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

C#

 
GeneralEmail Client Application Pin
kaka227-Mar-05 4:12
kaka227-Mar-05 4:12 
GeneralRe: Email Client Application Pin
Judah Gabriel Himango7-Mar-05 6:04
sponsorJudah Gabriel Himango7-Mar-05 6:04 
GeneralRe: Email Client Application Pin
kaka227-Mar-05 9:37
kaka227-Mar-05 9:37 
GeneralWindows Forms personalization Pin
innocent737-Mar-05 3:26
innocent737-Mar-05 3:26 
GeneralCustom Controls Pin
chettu7-Mar-05 2:24
chettu7-Mar-05 2:24 
QuestionHow to get the number of items in enum ? Pin
Andres Coder7-Mar-05 2:03
Andres Coder7-Mar-05 2:03 
AnswerRe: How to get the number of items in enum ? Pin
turbochimp7-Mar-05 3:05
turbochimp7-Mar-05 3:05 
AnswerRe: How to get the number of items in enum ? Pin
mav.northwind7-Mar-05 3:17
mav.northwind7-Mar-05 3:17 
Very simple (if you know how, of course Wink | ;) ):
Enum.GetValues(typeof(Colors)).Length
GetValues() already returns an array, so perhaps you can use this one directly instead of creating one yourself.

Regards,
mav
GeneralScroll bar problem in PrintPreview control Pin
sachinkalse6-Mar-05 23:10
sachinkalse6-Mar-05 23:10 
Generalvalidator Pin
ABBASI_RA6-Mar-05 22:11
ABBASI_RA6-Mar-05 22:11 
GeneralRe: validator Pin
chettu7-Mar-05 2:43
chettu7-Mar-05 2:43 
GeneralRe: validator Pin
ABBASI_RA8-Mar-05 2:43
ABBASI_RA8-Mar-05 2:43 
GeneralRe: validator Pin
chettu8-Mar-05 3:19
chettu8-Mar-05 3:19 
GeneralQuestion on PDA Pin
RockRock6-Mar-05 20:08
RockRock6-Mar-05 20:08 
Generalcoloured lines in a multilined textbox Pin
maheshfour6-Mar-05 18:30
maheshfour6-Mar-05 18:30 
GeneralRe: coloured lines in a multilined textbox Pin
Anonymous6-Mar-05 19:33
Anonymous6-Mar-05 19:33 
GeneralRe: coloured lines in a multilined textbox Pin
Robert Rohde6-Mar-05 20:12
Robert Rohde6-Mar-05 20:12 
GeneralRe: coloured lines in a multilined textbox Pin
maheshfour6-Mar-05 20:38
maheshfour6-Mar-05 20:38 
GeneralRe: coloured lines in a multilined textbox Pin
Robert Rohde6-Mar-05 20:59
Robert Rohde6-Mar-05 20:59 
Generalblit question Pin
theDexter6-Mar-05 17:10
theDexter6-Mar-05 17:10 
GeneralRe: blit question Pin
Robert Rohde6-Mar-05 21:24
Robert Rohde6-Mar-05 21:24 
GeneralRe: blit question Pin
theDexter7-Mar-05 2:40
theDexter7-Mar-05 2:40 
GeneralRe: blit question Pin
Robert Rohde7-Mar-05 5:04
Robert Rohde7-Mar-05 5:04 
GeneralRe: blit question Pin
theDexter7-Mar-05 8:28
theDexter7-Mar-05 8:28 
GeneralRe: blit question Pin
theDexter7-Mar-05 9:32
theDexter7-Mar-05 9:32 

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.