Click here to Skip to main content
15,895,370 members
Home / Discussions / C#
   

C#

 
AnswerRe: How can i add push button in datagrid Pin
tatchung7-Aug-05 23:57
tatchung7-Aug-05 23:57 
Generaldisable key boutton in datagrid Pin
Anonymous7-Aug-05 21:19
Anonymous7-Aug-05 21:19 
GeneralDisabled CheckBox in a DataGrid Pin
Adam Crowe7-Aug-05 21:13
sussAdam Crowe7-Aug-05 21:13 
GeneralRe: Disabled CheckBox in a DataGrid Pin
Marco M.8-Aug-05 4:23
Marco M.8-Aug-05 4:23 
GeneralRe: Disabled CheckBox in a DataGrid Pin
Adam Crowe8-Aug-05 7:13
sussAdam Crowe8-Aug-05 7:13 
GeneralListView row height Pin
Rob Tomson7-Aug-05 15:55
Rob Tomson7-Aug-05 15:55 
GeneralMenuItem inheritance Issue Pin
ekynox7-Aug-05 15:25
ekynox7-Aug-05 15:25 
GeneralRe: MenuItem inheritance Issue Pin
Rob Graham7-Aug-05 17:11
Rob Graham7-Aug-05 17:11 
You're using the wrong overload of the Add method. Passing a string as the frst parameter causes a new MenuItem to be created for you, with the supplied text as the caption and the specified handler. You need to specify the handler in your PJMenuItem constructor (and pass it to the base class constructor) then used the version of the Add method that takes a reference to the menuitem.

Absolute faith corrupts as absolutely as absolute power
Eric Hoffer

All that is necessary for the triumph of evil is that good men do nothing.
Edmund Burke

GeneralRe: MenuItem inheritance Issue Pin
ekynox10-Aug-05 2:41
ekynox10-Aug-05 2:41 
GeneralRe: MenuItem inheritance Issue Pin
ekynox10-Aug-05 2:54
ekynox10-Aug-05 2:54 
GeneralCmd Shell Output Pin
Member 21753597-Aug-05 11:48
Member 21753597-Aug-05 11:48 
GeneralRe: Cmd Shell Output Pin
Guffa7-Aug-05 12:18
Guffa7-Aug-05 12:18 
GeneralRe: Cmd Shell Output Pin
Matt Gerrans7-Aug-05 16:59
Matt Gerrans7-Aug-05 16:59 
GeneralRe: Cmd Shell Output Pin
Member 21753598-Aug-05 5:29
Member 21753598-Aug-05 5:29 
Generalopengl prob Pin
caffeinism7-Aug-05 8:24
susscaffeinism7-Aug-05 8:24 
GeneralThis prints "0" . Want "0.0" NEED CODE Pin
...---...7-Aug-05 7:58
...---...7-Aug-05 7:58 
GeneralRe: This prints "0" . Want "0.0" NEED CODE Pin
Rob Graham7-Aug-05 8:15
Rob Graham7-Aug-05 8:15 
GeneralRe: This prints "0" . Want "0.0" NEED CODE Pin
...---...7-Aug-05 9:14
...---...7-Aug-05 9:14 
GeneralRe: This prints "0" . Want "0.0" NEED CODE Pin
Rob Graham7-Aug-05 9:26
Rob Graham7-Aug-05 9:26 
GeneralFile System Watcher Pin
cmarmr7-Aug-05 7:43
cmarmr7-Aug-05 7:43 
GeneralRe: File System Watcher Pin
Mohamad Al Husseiny7-Aug-05 8:30
Mohamad Al Husseiny7-Aug-05 8:30 
GeneralRe: File System Watcher Pin
cmarmr7-Aug-05 9:46
cmarmr7-Aug-05 9:46 
QuestionDelete last row from a datagrid bound to an arraylist, without getting index out of range when picking another row afterwards.? Pin
spAAwn7-Aug-05 5:51
spAAwn7-Aug-05 5:51 
GeneralA text control that responds to the event when "Enter" key is pressed Pin
shahzadbahi7-Aug-05 2:38
shahzadbahi7-Aug-05 2:38 
GeneralRe: A text control that responds to the event when "Enter" key is pressed Pin
Mohamad Al Husseiny7-Aug-05 6:03
Mohamad Al Husseiny7-Aug-05 6:03 

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.