Click here to Skip to main content
15,893,668 members
Home / Discussions / C#
   

C#

 
AnswerRe: My WinService refuses to startup .... Pin
Dave Kreskowiak17-Jan-06 6:30
mveDave Kreskowiak17-Jan-06 6:30 
GeneralRe: My WinService refuses to startup .... Pin
MaWeRic17-Jan-06 12:34
MaWeRic17-Jan-06 12:34 
Question[Message Deleted] Pin
bidisha_tina17-Jan-06 0:34
bidisha_tina17-Jan-06 0:34 
GeneralRe: Conversion of a string to xml Pin
CWIZO17-Jan-06 1:24
CWIZO17-Jan-06 1:24 
Questionhow to get items count <b>OF</b> an Enumaration? Pin
Greeky17-Jan-06 0:03
Greeky17-Jan-06 0:03 
AnswerRe: how to get items count or an Enumaration? Pin
J4amieC17-Jan-06 0:09
J4amieC17-Jan-06 0:09 
GeneralRe: how to get items count or an Enumaration? Pin
Greeky17-Jan-06 0:15
Greeky17-Jan-06 0:15 
GeneralRe: how to get items count or an Enumaration? Pin
tarasn17-Jan-06 0:26
tarasn17-Jan-06 0:26 
It's easy - use Enum class

<br />
public enum MyType<br />
{<br />
 First,<br />
 Second,<br />
 Third,<br />
 Fourth<br />
};<br />
<br />

Then you can retrive number of items in this way:
<br />
int numOfEnumItems = Enum.GetValues(typeof(MyType)).Length<br />




DevIntelligence.com - My blog for .Net Developers

-- modified at 8:26 Tuesday 17th January, 2006
GeneralRe: how to get items count or an Enumaration? Pin
Greeky17-Jan-06 2:01
Greeky17-Jan-06 2:01 
GeneralRe: how to get items count or an Enumaration? Pin
exhaulted17-Jan-06 0:27
exhaulted17-Jan-06 0:27 
GeneralRe: how to get items count or an Enumaration? Pin
J4amieC17-Jan-06 2:14
J4amieC17-Jan-06 2:14 
QuestionIncorporate DHL / UPS Tracker Pin
Kashif Ali Khan16-Jan-06 23:55
Kashif Ali Khan16-Jan-06 23:55 
AnswerRe: Incorporate DHL / UPS Tracker Pin
Dave Kreskowiak17-Jan-06 6:27
mveDave Kreskowiak17-Jan-06 6:27 
QuestionSystem.Type Pin
peppepinna16-Jan-06 23:04
peppepinna16-Jan-06 23:04 
AnswerRe: System.Type Pin
exhaulted17-Jan-06 0:10
exhaulted17-Jan-06 0:10 
QuestionWeb Application Organised File Structure Pin
Brendan Vogt16-Jan-06 22:58
Brendan Vogt16-Jan-06 22:58 
AnswerRe: Web Application Organised File Structure Pin
exhaulted17-Jan-06 0:12
exhaulted17-Jan-06 0:12 
QuestionHow to get the web traffic using c#.NET windows application? Pin
sachu_vidya16-Jan-06 21:15
sachu_vidya16-Jan-06 21:15 
QuestionImage Draw Pin
Talktorajeev16-Jan-06 20:40
Talktorajeev16-Jan-06 20:40 
AnswerRe: Image Draw Pin
Hesham Desouky16-Jan-06 22:10
Hesham Desouky16-Jan-06 22:10 
QuestionFind text of label Pin
amirrezaie16-Jan-06 20:36
professionalamirrezaie16-Jan-06 20:36 
AnswerRe: Find text of label Pin
microsoc16-Jan-06 20:39
microsoc16-Jan-06 20:39 
QuestionIs there any utility like DSPack? Pin
Divyang Mithaiwala16-Jan-06 20:16
Divyang Mithaiwala16-Jan-06 20:16 
QuestionFill Data in PDF file through Programming Pin
Jasmy16-Jan-06 19:39
Jasmy16-Jan-06 19:39 
AnswerRe: Fill Data in PDF file through Programming Pin
exhaulted17-Jan-06 0:16
exhaulted17-Jan-06 0: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.