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

C#

 
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 
GeneralRe: Windows.forms application Pin
Stephane Rodriguez.7-May-03 8:43
Stephane Rodriguez.7-May-03 8:43 
GeneralRe: Windows.forms application Pin
RB@Emphasys7-May-03 8:45
RB@Emphasys7-May-03 8:45 
GeneralRe: Windows.forms application Pin
viana7-May-03 10:08
viana7-May-03 10:08 
GeneralRe: Windows.forms application Pin
RB@Emphasys7-May-03 10:17
RB@Emphasys7-May-03 10:17 
GeneralRe: Windows.forms application Pin
Adam Turner7-May-03 12:33
Adam Turner7-May-03 12:33 
GeneralRe: Windows.forms application Pin
viana7-May-03 22:10
viana7-May-03 22:10 
GeneralRe: Windows.forms application Pin
ctescu8-May-03 7:49
ctescu8-May-03 7:49 
GeneralSaving Images Pin
Steve McLenithan7-May-03 7:51
Steve McLenithan7-May-03 7:51 
GeneralRe: Saving Images Pin
Stephane Rodriguez.7-May-03 8:45
Stephane Rodriguez.7-May-03 8:45 
GeneralVC++ 6.0 && C# Pin
NHM7-May-03 6:57
NHM7-May-03 6:57 
GeneralRe: VC++ 6.0 && C# Pin
Stephane Rodriguez.7-May-03 8:35
Stephane Rodriguez.7-May-03 8:35 

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.