Click here to Skip to main content
15,887,449 members
Home / Discussions / C#
   

C#

 
GeneralRe: Quick Q: How big is a bool value? Pin
PIEBALDconsult1-Sep-07 5:08
mvePIEBALDconsult1-Sep-07 5:08 
GeneralRe: Quick Q: How big is a bool value? Pin
PIEBALDconsult31-Aug-07 16:08
mvePIEBALDconsult31-Aug-07 16:08 
GeneralRe: Quick Q: How big is a bool value? Pin
Scott Dorman31-Aug-07 16:21
professionalScott Dorman31-Aug-07 16:21 
GeneralRe: Quick Q: How big is a bool value? Pin
PIEBALDconsult31-Aug-07 16:39
mvePIEBALDconsult31-Aug-07 16:39 
JokeRe: Quick Q: How big is a bool value? Pin
PIEBALDconsult31-Aug-07 14:40
mvePIEBALDconsult31-Aug-07 14:40 
QuestionCapturing Key Down Events in MenuStrip Pin
paas31-Aug-07 5:17
paas31-Aug-07 5:17 
QuestionRadioButton and CheckBox confusion... Pin
solutionsville31-Aug-07 4:44
solutionsville31-Aug-07 4:44 
AnswerRe: RadioButton and CheckBox confusion... Pin
PIEBALDconsult31-Aug-07 4:58
mvePIEBALDconsult31-Aug-07 4:58 
Add a boolean field to your class that is normally false.
In the Click event handlers for the items, check the boolean.
If it's false, set it to true and perform the processing, then set it back to false.
If it's true, do nothing.
GeneralRe: RadioButton and CheckBox confusion... Pin
solutionsville31-Aug-07 5:23
solutionsville31-Aug-07 5:23 
GeneralRe: RadioButton and CheckBox confusion... Pin
PIEBALDconsult31-Aug-07 9:37
mvePIEBALDconsult31-Aug-07 9:37 
Questionconvert image to Byte Pin
TAREQ F ABUZUHRI31-Aug-07 4:29
TAREQ F ABUZUHRI31-Aug-07 4:29 
AnswerRe: convert image to Byte Pin
pmarfleet31-Aug-07 4:38
pmarfleet31-Aug-07 4:38 
GeneralRe: convert image to Byte Pin
TAREQ F ABUZUHRI31-Aug-07 4:40
TAREQ F ABUZUHRI31-Aug-07 4:40 
GeneralRe: convert image to Byte Pin
Steve Hansen31-Aug-07 4:41
Steve Hansen31-Aug-07 4:41 
GeneralRe: convert image to Byte Pin
leppie31-Aug-07 5:06
leppie31-Aug-07 5:06 
GeneralRe: convert image to Byte Pin
TAREQ F ABUZUHRI31-Aug-07 9:49
TAREQ F ABUZUHRI31-Aug-07 9:49 
GeneralRe: convert image to Byte Pin
Mairaaj Khan1-Sep-07 1:32
professionalMairaaj Khan1-Sep-07 1:32 
Questionerror Array Pin
TAREQ F ABUZUHRI31-Aug-07 4:26
TAREQ F ABUZUHRI31-Aug-07 4:26 
AnswerRe: error Array Pin
Steve Hansen31-Aug-07 4:42
Steve Hansen31-Aug-07 4:42 
QuestionGeneric Error While running in localhost without port Pin
MahiRaju31-Aug-07 3:49
MahiRaju31-Aug-07 3:49 
QuestionDllImport and cstring Pin
Saamir31-Aug-07 3:28
Saamir31-Aug-07 3:28 
AnswerRe: DllImport and cstring Pin
leppie31-Aug-07 3:46
leppie31-Aug-07 3:46 
GeneralRe: DllImport and cstring Pin
Saamir31-Aug-07 4:15
Saamir31-Aug-07 4:15 
GeneralRe: DllImport and cstring Pin
leppie31-Aug-07 5:02
leppie31-Aug-07 5:02 
GeneralRe: DllImport and cstring Pin
Saamir31-Aug-07 5:16
Saamir31-Aug-07 5: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.