Click here to Skip to main content
15,914,371 members
Home / Discussions / C#
   

C#

 
GeneralRe: writing strings to the browser control Pin
Stephane Rodriguez.12-May-03 4:35
Stephane Rodriguez.12-May-03 4:35 
GeneralRe: writing strings to the browser control Pin
LongRange.Shooter15-May-03 7:37
LongRange.Shooter15-May-03 7:37 
Generalmp3 in C# Pin
Anonymous8-May-03 3:47
Anonymous8-May-03 3:47 
GeneralRe: mp3 in C# Pin
Paresh Gheewala8-May-03 7:01
Paresh Gheewala8-May-03 7:01 
GeneralRe: mp3 in C# Pin
AlexDunn19-May-03 14:14
AlexDunn19-May-03 14:14 
GeneralRe: mp3 in C# Pin
Paresh Gheewala21-May-03 5:49
Paresh Gheewala21-May-03 5:49 
GeneralRe: mp3 in C# Pin
AlexDunn21-May-03 12:04
AlexDunn21-May-03 12:04 
GeneralRe: mp3 in C# Pin
leppie8-May-03 7:34
leppie8-May-03 7:34 
GeneralRe: mp3 in C# Pin
Kant8-May-03 8:23
Kant8-May-03 8:23 
GeneralRe: mp3 in C# Pin
leppie8-May-03 10:16
leppie8-May-03 10:16 
GeneralRe: mp3 in C# Pin
jtmtv189-May-03 19:05
jtmtv189-May-03 19:05 
GeneralLarge File Transfer in Client-Server Applications Pin
Vasant Salian8-May-03 1:28
Vasant Salian8-May-03 1:28 
GeneralRe: Large File Transfer in Client-Server Applications Pin
Katalyst8-May-03 4:55
Katalyst8-May-03 4:55 
Questionwhat you must add to your exe file Pin
flyingv7-May-03 19:56
flyingv7-May-03 19:56 
AnswerRe: what you must add to your exe file Pin
Stephane Rodriguez.7-May-03 20:03
Stephane Rodriguez.7-May-03 20:03 
QuestionHandle for a child window? Pin
lxhan7-May-03 17:26
lxhan7-May-03 17:26 
AnswerRe: Handle for a child window? Pin
Stephane Rodriguez.7-May-03 20:00
Stephane Rodriguez.7-May-03 20:00 
AnswerRe: Handle for a child window? Pin
LongRange.Shooter9-May-03 10:44
LongRange.Shooter9-May-03 10:44 
QuestionC++ define statements == what in C#? Pin
dazinith7-May-03 9:38
dazinith7-May-03 9:38 
in C++ i would have something like this:
#define DIALUP 0
#define FTP 1
..
if (m_nAccessMode == FTP)
..
this was really useful for keeping track of options and such, like if im storing a combo box of Monthly,Quarterly,Annually i dont wanna just compare strings when im doing an if statement, but rather use some sort of defined key so that i never get my stuff mixed up..

i have looked at the #define statement in C# and it only lets me define like
#define FTP
it doesnt let me assign a value to it in the define statement, so i really dont even see its purpose Confused | :confused: .. can someone set me straight plz?

still a newb.. cut me some slack :P
-dz
AnswerRe: C++ define statements == what in C#? Pin
RB@Emphasys7-May-03 9:45
RB@Emphasys7-May-03 9:45 
GeneralRe: C++ define statements == what in C#? Pin
dazinith7-May-03 9:54
dazinith7-May-03 9:54 
GeneralRe: C++ define statements == what in C#? Pin
leppie8-May-03 10:22
leppie8-May-03 10:22 
GeneralRe: C++ define statements == what in C#? Pin
Kevin McFarlane9-May-03 1:00
Kevin McFarlane9-May-03 1:00 
AnswerRe: C++ define statements == what in C#? Pin
Kevin McFarlane8-May-03 0:32
Kevin McFarlane8-May-03 0:32 
GeneralWindows.forms application Pin
viana7-May-03 8:19
viana7-May-03 8: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.