Click here to Skip to main content
15,891,184 members
Home / Discussions / C#
   

C#

 
QuestionOnDragDrop sometimes not get invoked Pin
kumar.bs4-Jun-07 22:06
kumar.bs4-Jun-07 22:06 
AnswerRe: OnDragDrop sometimes not get invoked Pin
Nouman Bhatti5-Jun-07 1:18
Nouman Bhatti5-Jun-07 1:18 
Question"Loading of the ImageList did not succeed" error Pin
Mertli Ozgur Nevres4-Jun-07 21:44
Mertli Ozgur Nevres4-Jun-07 21:44 
AnswerRe: "Loading of the ImageList did not succeed" error Pin
Luc Pattyn5-Jun-07 0:45
sitebuilderLuc Pattyn5-Jun-07 0:45 
GeneralRe: "Loading of the ImageList did not succeed" error Pin
Mertli Ozgur Nevres5-Jun-07 1:13
Mertli Ozgur Nevres5-Jun-07 1:13 
AnswerRe: "Loading of the ImageList did not succeed" error Pin
Hesham Yassin6-Jun-07 8:20
Hesham Yassin6-Jun-07 8:20 
QuestionDataGridTableStyle.Add(??); Pin
Muammar©4-Jun-07 21:06
Muammar©4-Jun-07 21:06 
AnswerRe: DataGridTableStyle.Add(??); Pin
Gopal.S4-Jun-07 23:24
Gopal.S4-Jun-07 23:24 
Hi Muammar,

Your code work well here. Please use your code after the this.Controls.Add(dataGrid1) .

EX:

this.Controls.Add(dataGrid1);
DataGridTableStyle DGTS = new DataGridTableStyle(); DGTS.HeaderBackColor = Color.Red;
dataGrid1.TableStyles.Add(DGTS);

Thanks,

Gopal.S

GeneralRe: DataGridTableStyle.Add(??); Pin
Muammar©5-Jun-07 0:36
Muammar©5-Jun-07 0:36 
QuestionInheritance Pin
zwan134-Jun-07 20:57
zwan134-Jun-07 20:57 
AnswerRe: Inheritance Pin
gauthee4-Jun-07 21:15
gauthee4-Jun-07 21:15 
AnswerRe: Inheritance Pin
Colin Angus Mackay4-Jun-07 22:25
Colin Angus Mackay4-Jun-07 22:25 
AnswerRe: Inheritance Pin
KKrista4-Jun-07 23:15
KKrista4-Jun-07 23:15 
GeneralRe: Inheritance Pin
Colin Angus Mackay5-Jun-07 0:49
Colin Angus Mackay5-Jun-07 0:49 
AnswerRe: Inheritance Pin
Nouman Bhatti5-Jun-07 1:21
Nouman Bhatti5-Jun-07 1:21 
AnswerRe: Inheritance Pin
Guffa5-Jun-07 1:36
Guffa5-Jun-07 1:36 
QuestionPattern Matching in C# Pin
M. J. Jaya Chitra4-Jun-07 20:42
M. J. Jaya Chitra4-Jun-07 20:42 
AnswerRe: Pattern Matching in C# Pin
Christian Graus4-Jun-07 20:51
protectorChristian Graus4-Jun-07 20:51 
GeneralRe: Pattern Matching in C# [modified] Pin
KKrista4-Jun-07 21:34
KKrista4-Jun-07 21:34 
GeneralRe: Pattern Matching in C# Pin
Christian Graus4-Jun-07 22:29
protectorChristian Graus4-Jun-07 22:29 
GeneralRe: Pattern Matching in C# Pin
M. J. Jaya Chitra4-Jun-07 22:51
M. J. Jaya Chitra4-Jun-07 22:51 
GeneralRe: Pattern Matching in C# Pin
Christian Graus4-Jun-07 23:00
protectorChristian Graus4-Jun-07 23:00 
GeneralThank you Pin
M. J. Jaya Chitra4-Jun-07 23:09
M. J. Jaya Chitra4-Jun-07 23:09 
QuestionDispose pattern [modified] Pin
cateyes994-Jun-07 20:29
cateyes994-Jun-07 20:29 
AnswerRe: Dispose pattern Pin
Christian Graus4-Jun-07 20:52
protectorChristian Graus4-Jun-07 20:52 

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.