Click here to Skip to main content
15,910,211 members
Home / Discussions / C#
   

C#

 
GeneralRe: Do not close ContextMenuStrip Pin
BillWoodruff14-Dec-09 3:25
professionalBillWoodruff14-Dec-09 3:25 
QuestionPositioning MdiChild in the Parent Form Pin
Randal Vance Cunanan9-Dec-09 2:14
Randal Vance Cunanan9-Dec-09 2:14 
AnswerRe: Positioning MdiChild in the Parent Form Pin
Randal Vance Cunanan9-Dec-09 2:18
Randal Vance Cunanan9-Dec-09 2:18 
Questionclasses as enum (or something like an enum) Pin
Nathan Gloyn9-Dec-09 1:53
Nathan Gloyn9-Dec-09 1:53 
AnswerRe: classes as enum (or something like an enum) Pin
Keith Barrow9-Dec-09 2:32
professionalKeith Barrow9-Dec-09 2:32 
GeneralRe: classes as enum (or something like an enum) Pin
Nathan Gloyn9-Dec-09 3:11
Nathan Gloyn9-Dec-09 3:11 
GeneralRe: classes as enum (or something like an enum) Pin
Keith Barrow9-Dec-09 3:36
professionalKeith Barrow9-Dec-09 3:36 
AnswerRe: classes as enum (or something like an enum) Pin
PIEBALDconsult9-Dec-09 5:10
mvePIEBALDconsult9-Dec-09 5:10 
Make a static class that exposes properties that are of the proper type?

public static class StatusWrapper
{
    private static StatusClass notstarted = new StatusClass ( whatever means not started ) ;

    public static StatusClass NotStarted { get { return notstarted ; } }

    ...
}


StatusClass status = StatusWrapper.NotStarted ;


Or, if that's too ummm... static... the wrapper could use a Dictionary to map enumerated values to the status type.
GeneralRe: classes as enum (or something like an enum) Pin
Nathan Gloyn9-Dec-09 5:19
Nathan Gloyn9-Dec-09 5:19 
QuestionHow to query a matrix using LINQ Pin
@_csharp9-Dec-09 1:33
@_csharp9-Dec-09 1:33 
AnswerRe: How to query a matrix using LINQ Pin
Sir Dot Net9-Dec-09 8:46
Sir Dot Net9-Dec-09 8:46 
GeneralRe: How to query a matrix using LINQ Pin
@_csharp9-Dec-09 13:02
@_csharp9-Dec-09 13:02 
GeneralRe: How to query a matrix using LINQ Pin
Sir Dot Net10-Dec-09 14:07
Sir Dot Net10-Dec-09 14:07 
QuestionDeplying a C# Application with Database Connection! Pin
dennis_max279-Dec-09 1:23
dennis_max279-Dec-09 1:23 
AnswerRe: Deplying a C# Application with Database Connection! Pin
loyal ginger9-Dec-09 4:25
loyal ginger9-Dec-09 4:25 
AnswerRe: Deplying a C# Application with Database Connection! Pin
vtchris-peterson9-Dec-09 4:45
vtchris-peterson9-Dec-09 4:45 
QuestionCode Project Pin
Muhammad Farooq Qadri9-Dec-09 1:16
Muhammad Farooq Qadri9-Dec-09 1:16 
AnswerRe: Code Project Pin
Rob Philpott9-Dec-09 1:18
Rob Philpott9-Dec-09 1:18 
AnswerRe: Code Project Pin
Ashfield9-Dec-09 1:28
Ashfield9-Dec-09 1:28 
QuestionCode Project Pin
Muhammad Farooq Qadri9-Dec-09 1:15
Muhammad Farooq Qadri9-Dec-09 1:15 
QuestionCode Project Pin
Muhammad Farooq Qadri9-Dec-09 1:15
Muhammad Farooq Qadri9-Dec-09 1:15 
AnswerRe: Code Project Pin
Programm3r9-Dec-09 1:17
Programm3r9-Dec-09 1:17 
GeneralCode Project Pin
Muhammad Farooq Qadri9-Dec-09 1:08
Muhammad Farooq Qadri9-Dec-09 1:08 
GeneralRe: Code Project Pin
Programm3r9-Dec-09 1:12
Programm3r9-Dec-09 1:12 
QuestionMemory Consumption Pin
abcurl9-Dec-09 0:44
abcurl9-Dec-09 0:44 

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.