Click here to Skip to main content
15,892,809 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to move bar like MSMessenger Pin
John Fisher5-Mar-04 8:48
John Fisher5-Mar-04 8:48 
GeneralRe: how to move bar like MSMessenger Pin
yu-yu5-Mar-04 11:59
yu-yu5-Mar-04 11:59 
Questiongetting disc space ?? Pin
azusakt4-Mar-04 15:13
azusakt4-Mar-04 15:13 
AnswerRe: getting disc space ?? Pin
Roman Rodov4-Mar-04 18:41
Roman Rodov4-Mar-04 18:41 
GeneralRe: getting disc space ?? Pin
azusakt4-Mar-04 19:32
azusakt4-Mar-04 19:32 
GeneralRe: getting disc space ?? Pin
Roman Rodov4-Mar-04 23:41
Roman Rodov4-Mar-04 23:41 
GeneralDataGrid Checkbox Event capture Pin
Ruchi Gupta4-Mar-04 14:27
Ruchi Gupta4-Mar-04 14:27 
GeneralRe: DataGrid Checkbox Event capture Pin
Heath Stewart5-Mar-04 3:32
protectorHeath Stewart5-Mar-04 3:32 
Actually, it's not a CheckBox. A check box is merely drawn by the DataGridBoolColumn using either ControlPaint.DrawMixedCheckBox or ControlPaint.DrawCheckBox, depending on whether or not the column allows nulls (DBNull).

If you want to use an actual CheckBox and expose the event (better to encapsulate the CheckBox and expose only what's needed), you'll have to derive your own DataGridColumnStyle. See the documentation for that class in the .NET Framework SDK, which also includes a sample using a DateTimePicker control.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: DataGrid Checkbox Event capture Pin
Heath Stewart5-Mar-04 5:38
protectorHeath Stewart5-Mar-04 5:38 
GeneralRe: DataGrid Checkbox Event capture Pin
Ruchi Gupta5-Mar-04 6:15
Ruchi Gupta5-Mar-04 6:15 
GeneralWeb based paint tool Pin
AWebDude4-Mar-04 8:43
AWebDude4-Mar-04 8:43 
GeneralRe: Web based paint tool Pin
Mazdak4-Mar-04 8:49
Mazdak4-Mar-04 8:49 
GeneralRe: Web based paint tool Pin
Dave Kreskowiak4-Mar-04 9:05
mveDave Kreskowiak4-Mar-04 9:05 
GeneralRe: Web based paint tool - WinForm Pin
AWebDude4-Mar-04 9:25
AWebDude4-Mar-04 9:25 
GeneralRe: Web based paint tool - WinForm Pin
Mazdak4-Mar-04 9:39
Mazdak4-Mar-04 9:39 
GeneralRe: Web based paint tool - WinForm Pin
Dave Kreskowiak4-Mar-04 10:24
mveDave Kreskowiak4-Mar-04 10:24 
GeneralRe: Web based paint tool - WinForm Pin
OmegaSupreme4-Mar-04 10:24
OmegaSupreme4-Mar-04 10:24 
GeneralRe: Web based paint tool Pin
Heath Stewart4-Mar-04 10:28
protectorHeath Stewart4-Mar-04 10:28 
GeneralRe: Web based paint tool Pin
partyganger4-Mar-04 20:54
partyganger4-Mar-04 20:54 
QuestionHow to deal with lengthy tasks Pin
hongheo764-Mar-04 7:52
hongheo764-Mar-04 7:52 
AnswerRe: How to deal with lengthy tasks Pin
Mazdak4-Mar-04 8:08
Mazdak4-Mar-04 8:08 
GeneralRe: How to deal with lengthy tasks Pin
Werdna4-Mar-04 8:39
Werdna4-Mar-04 8:39 
GeneralRe: How to deal with lengthy tasks Pin
Mazdak4-Mar-04 8:43
Mazdak4-Mar-04 8:43 
AnswerRe: How to deal with lengthy tasks Pin
Dave Kreskowiak4-Mar-04 8:10
mveDave Kreskowiak4-Mar-04 8:10 
AnswerRe: How to deal with lengthy tasks Pin
YetAnotherDeveloper4-Mar-04 10:22
YetAnotherDeveloper4-Mar-04 10:22 

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.