Click here to Skip to main content
15,886,664 members
Home / Discussions / C#
   

C#

 
AnswerRe: Late Typed List Pin
Curtis Schlak.25-Mar-09 7:26
Curtis Schlak.25-Mar-09 7:26 
GeneralRe: Late Typed List Pin
Adriaan Davel25-Mar-09 20:01
Adriaan Davel25-Mar-09 20:01 
GeneralRe: Late Typed List Pin
Curtis Schlak.26-Mar-09 0:36
Curtis Schlak.26-Mar-09 0:36 
Questionobject constants in c# Pin
robertkjr3d25-Mar-09 6:05
robertkjr3d25-Mar-09 6:05 
AnswerRe: object constants in c# Pin
J$25-Mar-09 6:10
J$25-Mar-09 6:10 
GeneralRe: object constants in c# Pin
robertkjr3d25-Mar-09 7:18
robertkjr3d25-Mar-09 7:18 
GeneralRe: object constants in c# Pin
DaveyM6925-Mar-09 7:26
professionalDaveyM6925-Mar-09 7:26 
GeneralRe: object constants in c# Pin
Skymir25-Mar-09 7:40
Skymir25-Mar-09 7:40 
If I'm not mistaken it would be:

public nameuse use;

Then you should get a list when you use InstanceOftheName.use = (List of options)

Also I believe enums have to be a numbered list. Like this:

enum nameuse { None = 0, Legal = 1, Alias = 2 };

If you want something to return a string based on a letter, usually you have to use a function with a switch case statement inside it to return the value you want. That won't give you the nice ordered list in the IDE though.

Of course I've been relegated to the vb6 world of doom for a while now so my thinking could be a bit off on c#.

The true man wants two things: danger and play. For that reason he wants woman, as the most dangerous plaything.

GeneralRe: object constants in c# Pin
robertkjr3d25-Mar-09 8:25
robertkjr3d25-Mar-09 8:25 
AnswerRe: object constants in c# Pin
Pete O'Hanlon25-Mar-09 6:11
mvePete O'Hanlon25-Mar-09 6:11 
GeneralRe: object constants in c# Pin
robertkjr3d25-Mar-09 7:30
robertkjr3d25-Mar-09 7:30 
GeneralRe: object constants in c# Pin
robertkjr3d25-Mar-09 8:26
robertkjr3d25-Mar-09 8:26 
QuestionHow to deploy c# project with vb6 project Pin
Pr@teek B@h!25-Mar-09 6:00
Pr@teek B@h!25-Mar-09 6:00 
Questionmarking shape on image Pin
aligokdemir25-Mar-09 5:56
aligokdemir25-Mar-09 5:56 
AnswerRe: marking shape on image Pin
jaypatel51225-Mar-09 6:50
jaypatel51225-Mar-09 6:50 
GeneralRe: marking shape on image Pin
DaveyM6925-Mar-09 11:46
professionalDaveyM6925-Mar-09 11:46 
GeneralRe: marking shape on image Pin
aligokdemir27-Mar-09 2:57
aligokdemir27-Mar-09 2:57 
AnswerRe: marking shape on image Pin
erfi25-Mar-09 10:36
erfi25-Mar-09 10:36 
Questionhow to create web spider using C# Pin
naveen20_525-Mar-09 5:50
naveen20_525-Mar-09 5:50 
AnswerRe: how to create web spider using C# Pin
Deresen25-Mar-09 5:59
Deresen25-Mar-09 5:59 
GeneralRe: how to create web spider using C# Pin
naveen20_525-Mar-09 6:01
naveen20_525-Mar-09 6:01 
GeneralRe: how to create web spider using C# Pin
Pete O'Hanlon25-Mar-09 6:09
mvePete O'Hanlon25-Mar-09 6:09 
AnswerRe: how to create web spider using C# Pin
Rutvik Dave25-Mar-09 6:13
professionalRutvik Dave25-Mar-09 6:13 
GeneralRe: how to create web spider using C# Pin
Anthony Mushrow25-Mar-09 6:32
professionalAnthony Mushrow25-Mar-09 6:32 
GeneralRe: how to create web spider using C# Pin
naveen20_525-Mar-09 6:49
naveen20_525-Mar-09 6:49 

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.