Click here to Skip to main content
15,889,436 members
Home / Discussions / C#
   

C#

 
AnswerRe: Use single bool and bit flags for other bools. Pin
PIEBALDconsult24-Nov-11 3:53
mvePIEBALDconsult24-Nov-11 3:53 
GeneralRe: Use single bool and bit flags for other bools. Pin
Rob Philpott24-Nov-11 5:10
Rob Philpott24-Nov-11 5:10 
AnswerRe: Use single bool and bit flags for other bools. Pin
SilimSayo24-Nov-11 6:20
SilimSayo24-Nov-11 6:20 
AnswerRe: Use single bool and bit flags for other bools. Pin
jtstanish24-Nov-11 12:36
jtstanish24-Nov-11 12:36 
GeneralRe: Use single bool and bit flags for other bools. Pin
BillWoodruff24-Nov-11 18:44
professionalBillWoodruff24-Nov-11 18:44 
AnswerRe: Use single bool and bit flags for other bools. Pin
SledgeHammer0124-Nov-11 19:12
SledgeHammer0124-Nov-11 19:12 
GeneralRe: Use single bool and bit flags for other bools. Pin
PIEBALDconsult25-Nov-11 3:18
mvePIEBALDconsult25-Nov-11 3:18 
GeneralRe: Use single bool and bit flags for other bools. Pin
SledgeHammer0125-Nov-11 8:23
SledgeHammer0125-Nov-11 8:23 
Bad idea (sometimes). Property grids (i.e. in designers) don't play nicely with flag enums. Also, flag enums don't play nicely with data binding if you are using WPF or even Winforms.
GeneralRe: Use single bool and bit flags for other bools. Pin
PIEBALDconsult26-Nov-11 7:36
mvePIEBALDconsult26-Nov-11 7:36 
AnswerRe: Use single bool and bit flags for other bools. Pin
Bernhard Hiller24-Nov-11 21:48
Bernhard Hiller24-Nov-11 21:48 
GeneralRe: Use single bool and bit flags for other bools. Pin
PIEBALDconsult25-Nov-11 3:14
mvePIEBALDconsult25-Nov-11 3:14 
AnswerRe: Use single bool and bit flags for other bools. Pin
BobJanova25-Nov-11 3:58
BobJanova25-Nov-11 3:58 
GeneralRe: Use single bool and bit flags for other bools. Pin
PIEBALDconsult26-Nov-11 7:34
mvePIEBALDconsult26-Nov-11 7:34 
QuestionWindows 7 tablet PC Pin
pradeepet23-Nov-11 20:04
pradeepet23-Nov-11 20:04 
AnswerRe: Windows 7 tablet PC Pin
Richard MacCutchan24-Nov-11 5:41
mveRichard MacCutchan24-Nov-11 5:41 
AnswerRe: Windows 7 tablet PC Pin
Pete O'Hanlon24-Nov-11 5:54
mvePete O'Hanlon24-Nov-11 5:54 
Questionhow Make Md4 hash? Pin
MAHDI_GORDAN23-Nov-11 13:00
MAHDI_GORDAN23-Nov-11 13:00 
AnswerRe: how Make Md4 hash? PinPopular
Wayne Gaylard23-Nov-11 18:50
professionalWayne Gaylard23-Nov-11 18:50 
GeneralRe: how Make Md4 hash? Pin
MAHDI_GORDAN24-Nov-11 7:06
MAHDI_GORDAN24-Nov-11 7:06 
GeneralRe: how Make Md4 hash? Pin
Dave Kreskowiak24-Nov-11 9:26
mveDave Kreskowiak24-Nov-11 9:26 
GeneralRe: how Make Md4 hash? Pin
MAHDI_GORDAN24-Nov-11 23:20
MAHDI_GORDAN24-Nov-11 23:20 
GeneralRe: how Make Md4 hash? Pin
jschell25-Nov-11 8:51
jschell25-Nov-11 8:51 
QuestionHow to get the Maximum of Value of In a Rows in DataGridView Pin
nassimnastaran23-Nov-11 9:54
nassimnastaran23-Nov-11 9:54 
AnswerRe: How to get the Maximum of Value of In a Rows in DataGridView Pin
Luc Pattyn23-Nov-11 10:11
sitebuilderLuc Pattyn23-Nov-11 10:11 
AnswerRe: How to get the Maximum of Value of In a Rows in DataGridView Pin
PIEBALDconsult23-Nov-11 10:52
mvePIEBALDconsult23-Nov-11 10: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.