Click here to Skip to main content
15,888,008 members
Home / Discussions / C#
   

C#

 
AnswerRe: Compiled HTML Help file (.chm) Pin
Stefan Troschuetz22-Apr-07 2:55
Stefan Troschuetz22-Apr-07 2:55 
GeneralRe: Compiled HTML Help file (.chm) Pin
~~BAKKAR~~22-Apr-07 13:28
~~BAKKAR~~22-Apr-07 13:28 
GeneralRe: Compiled HTML Help file (.chm) Pin
Stefan Troschuetz22-Apr-07 21:13
Stefan Troschuetz22-Apr-07 21:13 
GeneralRe: Compiled HTML Help file (.chm) Pin
~~BAKKAR~~23-Apr-07 1:48
~~BAKKAR~~23-Apr-07 1:48 
Questionplz help me with datagridview question Pin
akkram22-Apr-07 0:29
akkram22-Apr-07 0:29 
AnswerRe: plz help me with datagridview question Pin
NaNg1524122-Apr-07 17:42
NaNg1524122-Apr-07 17:42 
AnswerRe: plz help me with datagridview question [modified] Pin
Pualee22-Apr-07 18:25
Pualee22-Apr-07 18:25 
GeneralRe: plz help me with datagridview question Pin
Pualee22-Apr-07 19:36
Pualee22-Apr-07 19:36 
Pualee wrote:
If you are dead set on putting the bound column as a combo box, I think you would have to pre-populate your columns in the datagridview prior to binding your datasource (3 textboxes and 1 combobox appropriately named), otherwise I have no success trying to change the DataGridViewTextBoxColumn (default) to ComboBox.


You can add the columns at design time or run time. At design time, try the "Columns" property in the IDE. You can type the column name and select type.

Pualee
AnswerRe: plz help me with datagridview question Pin
Keshav V. Kamat22-Apr-07 22:43
Keshav V. Kamat22-Apr-07 22:43 
Questionstr(number,width,presicion) function Pin
AndrusM21-Apr-07 23:40
AndrusM21-Apr-07 23:40 
AnswerRe: str(number,width,presicion) function Pin
Christian Graus21-Apr-07 23:49
protectorChristian Graus21-Apr-07 23:49 
GeneralRe: str(number,width,presicion) function Pin
AndrusM22-Apr-07 11:21
AndrusM22-Apr-07 11:21 
AnswerRe: str(number,width,presicion) function Pin
Vega0222-Apr-07 18:11
Vega0222-Apr-07 18:11 
QuestionString literal in multiple lines Pin
AndrusM21-Apr-07 23:38
AndrusM21-Apr-07 23:38 
AnswerRe: String literal in multiple lines Pin
Christian Graus21-Apr-07 23:51
protectorChristian Graus21-Apr-07 23:51 
AnswerRe: String literal in multiple lines Pin
vimal313422-Apr-07 19:44
vimal313422-Apr-07 19:44 
QuestionHow to explicitly invoke parent's constructor Pin
lchild38521-Apr-07 21:32
lchild38521-Apr-07 21:32 
AnswerRe: How to explicitly invoke parent's constructor Pin
Arun.Immanuel21-Apr-07 22:36
Arun.Immanuel21-Apr-07 22:36 
GeneralRe: How to explicitly invoke parent's constructor Pin
lchild38521-Apr-07 22:46
lchild38521-Apr-07 22:46 
AnswerDerivedConstructor(int a,int b) : base(b) Pin
Chetan Patel22-Apr-07 18:40
Chetan Patel22-Apr-07 18:40 
QuestionHelp! How to implement this? Pin
huheng_0_021-Apr-07 21:31
huheng_0_021-Apr-07 21:31 
AnswerRe: Help! How to implement this? Pin
Christian Graus21-Apr-07 23:54
protectorChristian Graus21-Apr-07 23:54 
GeneralRe: Help! How to implement this? Pin
huheng_0_022-Apr-07 1:02
huheng_0_022-Apr-07 1:02 
AnswerRe: Help! How to implement this? Pin
Guffa22-Apr-07 2:12
Guffa22-Apr-07 2:12 
GeneralRe: Help! How to implement this? Pin
huheng_0_022-Apr-07 5:15
huheng_0_022-Apr-07 5:15 

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.