Click here to Skip to main content
15,911,646 members
Home / Discussions / C#
   

C#

 
GeneralRe: MessageBox's Pin
Le centriste26-Mar-03 11:05
Le centriste26-Mar-03 11:05 
GeneralRe: MessageBox's Pin
jtmtv1826-Mar-03 12:34
jtmtv1826-Mar-03 12:34 
GeneralRe: MessageBox's Pin
Nick Seng26-Mar-03 16:57
Nick Seng26-Mar-03 16:57 
GeneralBitmaps and Graphics Pin
Jon Newman26-Mar-03 8:06
Jon Newman26-Mar-03 8:06 
GeneralRe: Bitmaps and Graphics Pin
Nathan Blomquist26-Mar-03 8:16
Nathan Blomquist26-Mar-03 8:16 
GeneralRe: Bitmaps and Graphics Pin
Jon Newman26-Mar-03 8:23
Jon Newman26-Mar-03 8:23 
GeneralRe: Bitmaps and Graphics Pin
Jon Newman26-Mar-03 8:27
Jon Newman26-Mar-03 8:27 
GeneralBuild Properties problem Pin
Le centriste26-Mar-03 5:44
Le centriste26-Mar-03 5:44 
In our application, we use system environment variables in our project properties in order to redirect our output files. It is done this way so not every developer and the build machine are bound to have the same absolute path.

We do this, for C++ projects, the following way: In the Project Properties, we set Configuration Properties -> General -> Output Directory to $(MyBuildDir)\Debug, for instance, and MyBuildDir resolves to c:\MyBuilds. This works very well with C++ projects, using VS.NET.

Recently, we added a C# project to our build process for this application. But setting the Ouput Directory with an environment variable, the environment variable does not get expanded and it creates a directory literally named $(MyBuidDir)\Debug under the project directory and puts the files there.

Why does this does not work like with VC++.NET? Is it because environment variables don't work with C# builds?
GeneralRe: Build Properties problem Pin
Thomas Freudenberg8-Apr-03 14:42
Thomas Freudenberg8-Apr-03 14:42 
QuestionPID of current process? Pin
se99ts26-Mar-03 5:13
se99ts26-Mar-03 5:13 
AnswerRe: PID of current process? Pin
Stephane Rodriguez.26-Mar-03 5:22
Stephane Rodriguez.26-Mar-03 5:22 
GeneralRe: PID of current process? Pin
se99ts26-Mar-03 5:25
se99ts26-Mar-03 5:25 
GeneralRe: PID of current process? Pin
Stephane Rodriguez.26-Mar-03 6:10
Stephane Rodriguez.26-Mar-03 6:10 
GeneralRe: PID of current process? Pin
se99ts26-Mar-03 6:13
se99ts26-Mar-03 6:13 
GeneralBinding a Repeater with a array of Struct Pin
mablao26-Mar-03 3:22
mablao26-Mar-03 3:22 
QuestionListBox DataBinding, ValueMember? Pin
STW26-Mar-03 3:18
STW26-Mar-03 3:18 
AnswerRe: ListBox DataBinding, ValueMember? Pin
VoidMainVoid30-Mar-03 15:52
VoidMainVoid30-Mar-03 15:52 
GeneralRe: ListBox DataBinding, ValueMember? Pin
STW30-Mar-03 21:43
STW30-Mar-03 21:43 
GeneralReference to runtime generate assembly Pin
alper26-Mar-03 1:27
alper26-Mar-03 1:27 
GeneralIntellisense and multi file assembly Pin
VizOne25-Mar-03 23:32
VizOne25-Mar-03 23:32 
GeneralRe: Intellisense and multi file assembly Pin
S O S26-Mar-03 2:32
S O S26-Mar-03 2:32 
GeneralRe: Intellisense and multi file assembly Pin
VizOne26-Mar-03 8:40
VizOne26-Mar-03 8:40 
GeneralVisual Studio .NET desiger BUG Pin
eugenl25-Mar-03 22:59
eugenl25-Mar-03 22:59 
QuestionRuntime type casting? Pin
Thomas W25-Mar-03 21:36
Thomas W25-Mar-03 21:36 
AnswerRe: Runtime type casting? Pin
Don_s25-Mar-03 22:03
Don_s25-Mar-03 22:03 

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.