Click here to Skip to main content
15,891,529 members
Home / Discussions / C#
   

C#

 
QuestionHow to select letters in a string? Pin
Khoramdin14-Mar-07 17:27
Khoramdin14-Mar-07 17:27 
AnswerRe: How to select letters in a string? Pin
Christian Graus14-Mar-07 17:50
protectorChristian Graus14-Mar-07 17:50 
AnswerRe: How to select letters in a string? Pin
theScorp14-Mar-07 23:09
theScorp14-Mar-07 23:09 
QuestionRequest further explanation Pin
netproblemsolver14-Mar-07 16:58
netproblemsolver14-Mar-07 16:58 
AnswerRe: Request further explanation Pin
Christian Graus14-Mar-07 17:26
protectorChristian Graus14-Mar-07 17:26 
QuestionThreading a webbrowser Pin
earlgraham14-Mar-07 13:35
earlgraham14-Mar-07 13:35 
QuestionHow to make a phone call in c# with or without TAPI?? Pin
conemajstor14-Mar-07 12:12
conemajstor14-Mar-07 12:12 
Questionneed something like enumerated classes. Pin
dino209414-Mar-07 11:35
dino209414-Mar-07 11:35 
I need something like an enumeration of classes.

<br />
class Garage{<br />
<br />
    public static Car Ford = new Car (.....);<br />
    public static Car Chevy = new Car (.....);<br />
    public static Car Subaru = new Car (.....);<br />
    public static Car Mazda = new Car (.....);<br />
<br />
}<br />


then do something like

<br />
foreach(Car x in Garage){<br />
...<br />
...<br />
}<br />
<br />


Funny thing: By force of habit, I hit F6 after I typed this..;P
AnswerRe: need something like enumerated classes. Pin
Mike Hankey14-Mar-07 12:01
mveMike Hankey14-Mar-07 12:01 
GeneralRe: need something like enumerated classes. Pin
Christian Graus14-Mar-07 12:08
protectorChristian Graus14-Mar-07 12:08 
GeneralRe: need something like enumerated classes. Pin
Mike Hankey14-Mar-07 14:20
mveMike Hankey14-Mar-07 14:20 
AnswerRe: need something like enumerated classes. Pin
Christian Graus14-Mar-07 12:09
protectorChristian Graus14-Mar-07 12:09 
GeneralRe: need something like enumerated classes. Pin
Colin Angus Mackay14-Mar-07 14:31
Colin Angus Mackay14-Mar-07 14:31 
QuestionUpload txt from c# to my sql Pin
conemajstor14-Mar-07 11:35
conemajstor14-Mar-07 11:35 
AnswerRe: Upload txt from c# to my sql Pin
Judah Gabriel Himango14-Mar-07 13:09
sponsorJudah Gabriel Himango14-Mar-07 13:09 
QuestionHow to draw full DataGrid row??? Pin
Small Rat14-Mar-07 10:49
Small Rat14-Mar-07 10:49 
QuestionHow to tied enum to a class Pin
dino209414-Mar-07 9:54
dino209414-Mar-07 9:54 
AnswerRe: How to tied enum to a class Pin
Christian Graus14-Mar-07 10:01
protectorChristian Graus14-Mar-07 10:01 
GeneralRe: How to tied enum to a class Pin
dino209414-Mar-07 10:17
dino209414-Mar-07 10:17 
GeneralRe: How to tied enum to a class Pin
Christian Graus14-Mar-07 12:09
protectorChristian Graus14-Mar-07 12:09 
QuestionSecurity Question Pin
zaboboa14-Mar-07 8:37
zaboboa14-Mar-07 8:37 
Questionform return problem! Pin
motojojo14-Mar-07 8:11
motojojo14-Mar-07 8:11 
AnswerRe: form return problem! Pin
Colin Angus Mackay14-Mar-07 9:04
Colin Angus Mackay14-Mar-07 9:04 
GeneralRe: form return problem! Pin
motojojo14-Mar-07 9:10
motojojo14-Mar-07 9:10 
GeneralRe: form return problem! Pin
Colin Angus Mackay14-Mar-07 9:19
Colin Angus Mackay14-Mar-07 9:19 

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.