Click here to Skip to main content
15,886,873 members
Home / Discussions / C#
   

C#

 
AnswerRe: C# Syntax Highlighting? Pin
Furty17-Feb-03 9:47
Furty17-Feb-03 9:47 
GeneralRe: C# Syntax Highlighting? Pin
se99ts17-Feb-03 9:51
se99ts17-Feb-03 9:51 
QuestionIs it possible to declare reference variable? Pin
Thomas W17-Feb-03 4:27
Thomas W17-Feb-03 4:27 
AnswerRe: Is it possible to declare reference variable? Pin
TigerNinja_17-Feb-03 7:33
TigerNinja_17-Feb-03 7:33 
AnswerRe: Is it possible to declare reference variable? Pin
Jeff J17-Feb-03 16:32
Jeff J17-Feb-03 16:32 
GeneralRe: Is it possible to declare reference variable? Pin
Thomas W17-Feb-03 21:04
Thomas W17-Feb-03 21:04 
GeneralDatagrid and DataSet questions Pin
DionChen17-Feb-03 4:00
DionChen17-Feb-03 4:00 
GeneralRe: Datagrid and DataSet questions Pin
A.Wegierski17-Feb-03 21:04
A.Wegierski17-Feb-03 21:04 
1. Yes. You can create class "DataGridComboBoxColumn" etc. using ComboBox and DataGridColumnStyle

public class DataGridUniPoleColumn : DataGridColumnStyle<br />
{ ... }


as it's written in help.

2. Property AllowNew (of DataView) to allow/deny adding new row by user is in ((DataView)ListManger.List) property (protected) of DataGrid -or- in Your view used by DataGrid -or- in DefaultView property of DataTable in the DataSet. You can add row to DataTable.Rows or to DataView using Add().

Your problems are much more complicated ... see help.


Hi,
AW
GeneralWin2k and System.Net namespace Pin
Anonymous17-Feb-03 2:07
Anonymous17-Feb-03 2:07 
Generaldatagrid Pin
brain2cpu16-Feb-03 23:30
professionalbrain2cpu16-Feb-03 23:30 
QuestionWhat are Borlands plans for .NET? Pin
Zibar16-Feb-03 20:13
sussZibar16-Feb-03 20:13 
AnswerRe: What are Borlands plans for .NET? Pin
Stephane Rodriguez.17-Feb-03 2:57
Stephane Rodriguez.17-Feb-03 2:57 
QuestionDHTMLEdit vs. MSHTML - What should i use? Pin
Jonas Follesø16-Feb-03 15:31
Jonas Follesø16-Feb-03 15:31 
AnswerRe: DHTMLEdit vs. MSHTML - What should i use? Pin
Kongla17-Feb-03 10:26
Kongla17-Feb-03 10:26 
GeneralRe: DHTMLEdit vs. MSHTML - What should i use? Pin
Jonas Follesø17-Feb-03 20:40
Jonas Follesø17-Feb-03 20:40 
GeneralRe: DHTMLEdit vs. MSHTML - What should i use? Pin
AWHK18-Feb-03 9:28
AWHK18-Feb-03 9:28 
QuestionHow to code for HTMLBehavior Pin
gxuqin16-Feb-03 15:13
gxuqin16-Feb-03 15:13 
AnswerRe: How to code for HTMLBehavior Pin
Richard Deeming17-Feb-03 3:12
mveRichard Deeming17-Feb-03 3:12 
QuestionHow do you cast an IntPtr to a struct in .NET? Pin
Mattingly16-Feb-03 13:13
Mattingly16-Feb-03 13:13 
AnswerRe: How do you cast an IntPtr to a struct in .NET? Pin
Mattingly16-Feb-03 13:24
Mattingly16-Feb-03 13:24 
GeneralRe: How do you cast an IntPtr to a struct in .NET? Pin
Richard Deeming17-Feb-03 3:17
mveRichard Deeming17-Feb-03 3:17 
GeneralSpace Formatting Pin
Sovman16-Feb-03 13:03
Sovman16-Feb-03 13:03 
GeneralRe: Space Formatting Pin
Chris Meech17-Feb-03 4:58
Chris Meech17-Feb-03 4:58 
GeneralActiveDesktop Pin
centsi16-Feb-03 11:18
centsi16-Feb-03 11:18 
GeneralAdding a browser window Pin
draco_iii16-Feb-03 11:16
draco_iii16-Feb-03 11:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.