Click here to Skip to main content
15,903,813 members
Home / Discussions / C#
   

C#

 
AnswerRe: Declared delegates? Pin
Wesner Moise18-Jun-03 21:34
Wesner Moise18-Jun-03 21:34 
GeneralRe: Declared delegates? Pin
Rocky Moore18-Jun-03 21:45
Rocky Moore18-Jun-03 21:45 
GeneralRe: Declared delegates? Pin
leppie19-Jun-03 7:15
leppie19-Jun-03 7:15 
GeneralHTTP GetResponse problem Pin
ke5in18-Jun-03 19:06
ke5in18-Jun-03 19:06 
GeneralRe: HTTP GetResponse problem Pin
Rocky Moore18-Jun-03 21:18
Rocky Moore18-Jun-03 21:18 
GeneralRe: HTTP GetResponse problem Pin
ke5in20-Jun-03 3:43
ke5in20-Jun-03 3:43 
GeneralRe: HTTP GetResponse problem Pin
firat kocak19-Jun-03 0:24
firat kocak19-Jun-03 0:24 
GeneralPropertyGrid Tabs Pin
zaza718-Jun-03 18:52
zaza718-Jun-03 18:52 
GeneralAdd style of .doc documentation into DataBase. Pin
Ken Zhu18-Jun-03 15:53
Ken Zhu18-Jun-03 15:53 
GeneralFlash Movies Pin
Abu Atwan18-Jun-03 13:58
Abu Atwan18-Jun-03 13:58 
GeneralRe: Flash Movies Pin
Kannan Kalyanaraman18-Jun-03 18:51
Kannan Kalyanaraman18-Jun-03 18:51 
QuestionHow To Add Carriage Return Char To a String, Anyone? Pin
Khang Nguyen18-Jun-03 13:05
Khang Nguyen18-Jun-03 13:05 
AnswerRe: How To Add Carriage Return Char To a String, Anyone? Pin
Arun Bhalla18-Jun-03 13:29
Arun Bhalla18-Jun-03 13:29 
AnswerRe: How To Add Carriage Return Char To a String, Anyone? Pin
Wesner Moise18-Jun-03 21:35
Wesner Moise18-Jun-03 21:35 
AnswerRe: How To Add Carriage Return Char To a String, Anyone? Pin
Jose Fco Bonnin19-Jun-03 4:06
Jose Fco Bonnin19-Jun-03 4:06 
AnswerRe: How To Add Carriage Return Char To a String, Anyone? Pin
Khang Nguyen19-Jun-03 5:00
Khang Nguyen19-Jun-03 5:00 
GeneralConstant Reference Pin
SteveUK18-Jun-03 12:32
SteveUK18-Jun-03 12:32 
GeneralRe: Constant Reference Pin
dynamic18-Jun-03 12:44
dynamic18-Jun-03 12:44 
here's an example of 3 different constants in C#

VB:
<font color="blue">Public</font> <font color="blue">Const</font> int PBM_SETBKCOLOR = 0x2001;
<font color="blue">Public</font> <font color="blue">Const</font> int PBM_SETBARCOLOR = 0x409;
<font color="blue">Public</font> <font color="blue">Const</font> int WM_CLOSE = 0x10;



hope that helps.

My Signature




<font color="blue">Private void</font> ExpectingTwins(<font color="blue">string</font> twins)
    {    
    <font color="blue">switch</font>(twins)
    {
    <font color="blue">Case</font> ("twins on the way"):
        MessageBox.Show("for mr and mrs dynamic","twins on the way");
    <font color="blue">break</font>;
    }
    }




GeneralRe: Constant Reference Pin
Jesse Vogt18-Jun-03 13:20
Jesse Vogt18-Jun-03 13:20 
GeneralRe: Constant Reference Pin
leppie18-Jun-03 13:28
leppie18-Jun-03 13:28 
GeneralRe: Constant Reference Pin
Andy Smith19-Jun-03 9:51
Andy Smith19-Jun-03 9:51 
GeneralOk. Basic question.... Pin
CherezZaboro18-Jun-03 9:15
CherezZaboro18-Jun-03 9:15 
GeneralRe: Ok. Basic question.... Pin
J. Dunlap18-Jun-03 9:20
J. Dunlap18-Jun-03 9:20 
GeneralRe: Ok. Basic question.... Pin
CherezZaboro18-Jun-03 9:29
CherezZaboro18-Jun-03 9:29 
QuestionBold and Color TEXT in MessageBox? Pin
Khang Nguyen18-Jun-03 8:44
Khang Nguyen18-Jun-03 8: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.