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

C#

 
QuestionDATAGRID Pin
ginji2020-Jun-08 19:05
ginji2020-Jun-08 19:05 
AnswerRe: DATAGRID Pin
Christian Graus20-Jun-08 21:59
protectorChristian Graus20-Jun-08 21:59 
Questionstill about datagridview Pin
ginji2020-Jun-08 18:10
ginji2020-Jun-08 18:10 
AnswerRe: still about datagridview Pin
Harvey Saayman22-Jun-08 9:06
Harvey Saayman22-Jun-08 9:06 
QuestionDICOM file analyz Pin
nedracix20-Jun-08 14:44
nedracix20-Jun-08 14:44 
AnswerRe: DICOM file analyz Pin
nedracix20-Jun-08 14:50
nedracix20-Jun-08 14:50 
AnswerRe: DICOM file analyz Pin
Bert delaVega20-Jun-08 16:05
Bert delaVega20-Jun-08 16:05 
GeneralRe: DICOM file analyz Pin
Christian Graus20-Jun-08 22:19
protectorChristian Graus20-Jun-08 22:19 
GeneralRe: DICOM file analyz Pin
Bert delaVega21-Jun-08 3:21
Bert delaVega21-Jun-08 3:21 
GeneralRe: DICOM file analyz Pin
nedracix21-Jun-08 10:57
nedracix21-Jun-08 10:57 
AnswerRe: DICOM file analyz Pin
Christian Graus20-Jun-08 21:54
protectorChristian Graus20-Jun-08 21:54 
Questionstarting web Application . Pin
unitecsoft20-Jun-08 14:10
unitecsoft20-Jun-08 14:10 
AnswerRe: starting web Application . Pin
Gareth H20-Jun-08 15:11
Gareth H20-Jun-08 15:11 
QuestionPreprocessor Directives Pin
Dirso20-Jun-08 14:04
Dirso20-Jun-08 14:04 
AnswerRe: Preprocessor Directives Pin
Gareth H20-Jun-08 15:10
Gareth H20-Jun-08 15:10 
GeneralRe: Preprocessor Directives Pin
Dirso20-Jun-08 15:22
Dirso20-Jun-08 15:22 
GeneralRe: Preprocessor Directives Pin
Pablo Cervio22-Jun-08 13:38
Pablo Cervio22-Jun-08 13:38 
GeneralRe: Preprocessor Directives Pin
Dirso22-Jun-08 16:57
Dirso22-Jun-08 16:57 
GeneralRe: Preprocessor Directives Pin
Pablo Cervio23-Jun-08 4:26
Pablo Cervio23-Jun-08 4:26 
GeneralRe: Preprocessor Directives Pin
Dirso23-Jun-08 9:25
Dirso23-Jun-08 9:25 
AnswerRe: Preprocessor Directives Pin
Luc Pattyn20-Jun-08 16:09
sitebuilderLuc Pattyn20-Jun-08 16:09 
AnswerRe: Preprocessor Directives Pin
Scott Dorman21-Jun-08 0:52
professionalScott Dorman21-Jun-08 0:52 
The .NET side of Visual Studio does not define any of the "standard" C++ defines. It does have support for the
#if
preprocessor directive, but you will need to define your own symbols. The only ones that are pre-defined for you, as far as I can remember, are DEBUG and TRACE.

Scott Dorman
Microsoft® MVP - Visual C# | MCPD
President - Tampa Bay IASA

Hey, hey, hey. Don't be mean. We don't have to be mean because, remember, no matter where you go, there you are. - Buckaroo Banzai
[Forum Guidelines][Articles][Blog]

GeneralRe: Preprocessor Directives Pin
Robert.C.Cartaino21-Jun-08 3:25
Robert.C.Cartaino21-Jun-08 3:25 
GeneralRe: Preprocessor Directives Pin
Scott Dorman21-Jun-08 3:30
professionalScott Dorman21-Jun-08 3:30 
GeneralRe: Preprocessor Directives Pin
Robert.C.Cartaino21-Jun-08 3:51
Robert.C.Cartaino21-Jun-08 3:51 

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.