Click here to Skip to main content
15,921,463 members
Home / Discussions / C#
   

C#

 
GeneralRe: regarding config file Pin
Christian Graus19-Dec-07 17:55
protectorChristian Graus19-Dec-07 17:55 
GeneralRe: regarding config file Pin
tasumisra19-Dec-07 18:00
tasumisra19-Dec-07 18:00 
GeneralRe: regarding config file Pin
darkelv19-Dec-07 19:09
darkelv19-Dec-07 19:09 
QuestionHow can I validate an enum parameter without using IsDefined? Pin
JoeRip19-Dec-07 17:12
JoeRip19-Dec-07 17:12 
AnswerRe: How can I validate an enum parameter without using IsDefined? Pin
michaelvdnest19-Dec-07 18:59
michaelvdnest19-Dec-07 18:59 
GeneralRe: How can I validate an enum parameter without using IsDefined? Pin
JoeRip20-Dec-07 1:55
JoeRip20-Dec-07 1:55 
AnswerRe: How can I validate an enum parameter without using IsDefined? Pin
Pete O'Hanlon20-Dec-07 2:05
mvePete O'Hanlon20-Dec-07 2:05 
GeneralRe: How can I validate an enum parameter without using IsDefined? Pin
JoeRip20-Dec-07 2:13
JoeRip20-Dec-07 2:13 
Heh. My enum has 68 members. Basically, I'd have to loop through them all, checking equivalency. This was a solution I already passed on once...

Why oh why didn't they implement the InvalidEnumException, I will never know (yes, I know there's one in System.ComponentModel, but you can see right in the article that MS doesn't want you using that one, either).

Sigh. Write my own.
QuestionHow to know if the mobile is downloading or uploading data from internet? Pin
supercsharp119-Dec-07 16:37
supercsharp119-Dec-07 16:37 
GeneralRe: How to know if the mobile is downloading or uploading data from internet? Pin
Paul Conrad19-Dec-07 16:43
professionalPaul Conrad19-Dec-07 16:43 
QuestionRe: How to know if the mobile is downloading or uploading data from internet? Pin
supercsharp119-Dec-07 18:16
supercsharp119-Dec-07 18:16 
GeneralRe: How to know if the mobile is downloading or uploading data from internet? Pin
Paul Conrad24-Dec-07 19:42
professionalPaul Conrad24-Dec-07 19:42 
JokeRe: How to know if the mobile is downloading or uploading data from internet? Pin
PIEBALDconsult19-Dec-07 16:58
mvePIEBALDconsult19-Dec-07 16:58 
QuestionApplying event handlers to dynamically generated controls Pin
Spacedmc19-Dec-07 14:14
Spacedmc19-Dec-07 14:14 
GeneralRe: Applying event handlers to dynamically generated controls Pin
J$19-Dec-07 14:46
J$19-Dec-07 14:46 
GeneralRe: Applying event handlers to dynamically generated controls Pin
Spacedmc19-Dec-07 14:59
Spacedmc19-Dec-07 14:59 
GeneralRe: Applying event handlers to dynamically generated controls Pin
Luc Pattyn19-Dec-07 17:35
sitebuilderLuc Pattyn19-Dec-07 17:35 
GeneralRe: Applying event handlers to dynamically generated controls Pin
Anthony Mushrow19-Dec-07 14:49
professionalAnthony Mushrow19-Dec-07 14:49 
GeneralFileSystemWatcher and Threading Pin
#realJSOP19-Dec-07 11:19
professional#realJSOP19-Dec-07 11:19 
GeneralRe: FileSystemWatcher and Threading Pin
JoeRip19-Dec-07 17:21
JoeRip19-Dec-07 17:21 
GeneralRe: FileSystemWatcher and Threading Pin
JoeRip19-Dec-07 17:32
JoeRip19-Dec-07 17:32 
GeneralRe: FileSystemWatcher and Threading Pin
JoeRip19-Dec-07 17:45
JoeRip19-Dec-07 17:45 
GeneralRe: FileSystemWatcher and Threading Pin
#realJSOP19-Dec-07 23:20
professional#realJSOP19-Dec-07 23:20 
GeneralRe: FileSystemWatcher and Threading Pin
JoeRip20-Dec-07 1:40
JoeRip20-Dec-07 1:40 
GeneralRe: FileSystemWatcher and Threading Pin
#realJSOP20-Dec-07 2:37
professional#realJSOP20-Dec-07 2:37 

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.