Click here to Skip to main content
15,900,258 members
Home / Discussions / C#
   

C#

 
GeneralFind component owner form Pin
sulimovx3-Feb-05 23:18
sulimovx3-Feb-05 23:18 
Generalc# socket Pin
prabhakar263-Feb-05 23:13
prabhakar263-Feb-05 23:13 
GeneralRe: c# socket Pin
sameerhanda4-Feb-05 4:35
sameerhanda4-Feb-05 4:35 
Generaltreeview Pin
magnifique3-Feb-05 22:24
magnifique3-Feb-05 22:24 
GeneralRe: treeview Pin
Anonymous4-Feb-05 1:50
Anonymous4-Feb-05 1:50 
Generaldynamic plug of component Pin
ppp0013-Feb-05 21:56
ppp0013-Feb-05 21:56 
QuestionHow to modify the tnsnames.ora file by method? Pin
Colinyin3-Feb-05 19:52
Colinyin3-Feb-05 19:52 
General#define in C# Pin
zecodela3-Feb-05 19:44
zecodela3-Feb-05 19:44 
hi,
i want to know any method to implement #define similar thing in C#. i need to declare some const like below in C++

#define STATUS_A 'a'

currently, i used

public const char STATUS_A = 'a';

or

enum STATUS
{
A = 'a';
}

apart from above methods, any other method?

thanks,

jim
GeneralRe: #define in C# Pin
Dave Kreskowiak4-Feb-05 6:13
mveDave Kreskowiak4-Feb-05 6:13 
GeneralRe: #define in C# Pin
mav.northwind6-Feb-05 2:13
mav.northwind6-Feb-05 2:13 
GeneralRe: #define in C# Pin
Dave Kreskowiak6-Feb-05 3:48
mveDave Kreskowiak6-Feb-05 3:48 
GeneralC# Web development Help Pin
mahesh_kumar_code3-Feb-05 19:32
mahesh_kumar_code3-Feb-05 19:32 
GeneralXML Elements Pin
John L. DeVito3-Feb-05 18:52
professionalJohn L. DeVito3-Feb-05 18:52 
GeneralRe: XML Elements Pin
Stefan Troschuetz3-Feb-05 20:53
Stefan Troschuetz3-Feb-05 20:53 
GeneralRe: XML Elements Pin
John L. DeVito3-Feb-05 22:19
professionalJohn L. DeVito3-Feb-05 22:19 
GeneralRe: XML Elements Pin
Stefan Troschuetz3-Feb-05 22:33
Stefan Troschuetz3-Feb-05 22:33 
GeneralRe: XML Elements Pin
John L. DeVito3-Feb-05 22:39
professionalJohn L. DeVito3-Feb-05 22:39 
GeneralRe: XML Elements Pin
Stefan Troschuetz3-Feb-05 22:46
Stefan Troschuetz3-Feb-05 22:46 
GeneralRe: XML Elements Pin
John L. DeVito5-Feb-05 19:13
professionalJohn L. DeVito5-Feb-05 19:13 
GeneralRe: XML Elements Pin
Gavin Jeffrey3-Feb-05 22:01
Gavin Jeffrey3-Feb-05 22:01 
QuestionIs it possible to use XmlSerializer on a usercontrol? Pin
FocusedWolf3-Feb-05 18:02
FocusedWolf3-Feb-05 18:02 
AnswerRe: Is it possible to use XmlSerializer on a usercontrol? Pin
Gavin Jeffrey3-Feb-05 22:05
Gavin Jeffrey3-Feb-05 22:05 
AnswerRe: Is it possible to use XmlSerializer on a usercontrol? Pin
Mihail Dikov4-Feb-05 3:32
Mihail Dikov4-Feb-05 3:32 
GeneralRe: Is it possible to use XmlSerializer on a usercontrol? Pin
FocusedWolf4-Feb-05 11:38
FocusedWolf4-Feb-05 11:38 
GeneralRe: Is it possible to use XmlSerializer on a usercontrol? Pin
FocusedWolf4-Feb-05 11:39
FocusedWolf4-Feb-05 11:39 

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.