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

C#

 
AnswerRe: Class Design Pin
mike montagne13-Mar-07 10:02
mike montagne13-Mar-07 10:02 
Questionplease display image on report Pin
waleed9913-Mar-07 4:10
waleed9913-Mar-07 4:10 
Questionflexgrid Pin
sreerajknair13-Mar-07 3:44
sreerajknair13-Mar-07 3:44 
AnswerRe: flexgrid Pin
kubben13-Mar-07 3:59
kubben13-Mar-07 3:59 
QuestionC# code builds all the time whether it is current or not Pin
Antony M Kancidrowski13-Mar-07 3:28
Antony M Kancidrowski13-Mar-07 3:28 
AnswerRe: C# code builds all the time whether it is current or not Pin
Mike Dimmick13-Mar-07 5:02
Mike Dimmick13-Mar-07 5:02 
GeneralRe: C# code builds all the time whether it is current or not Pin
Antony M Kancidrowski13-Mar-07 6:51
Antony M Kancidrowski13-Mar-07 6:51 
GeneralRe: C# code builds all the time whether it is current or not Pin
Daniel Grunwald13-Mar-07 9:44
Daniel Grunwald13-Mar-07 9:44 
The pre build step will always run. If the pre build step changes some source files/other input to the compiler, the project will be compiled again.
For the post build step, there's an option if it should always run or only when the compiler updated the output file.

Ensure your pre build step doesn't write to any files (does not modify the "last write time" of the files) if its input didn't change.



GeneralRe: C# code builds all the time whether it is current or not Pin
Antony M Kancidrowski13-Mar-07 14:22
Antony M Kancidrowski13-Mar-07 14:22 
QuestionInsert Record Pin
Member 382880813-Mar-07 3:07
Member 382880813-Mar-07 3:07 
AnswerRe: Insert Record Pin
Colin Angus Mackay13-Mar-07 3:21
Colin Angus Mackay13-Mar-07 3:21 
GeneralRe: Insert Record Pin
netJP12L13-Mar-07 8:16
netJP12L13-Mar-07 8:16 
Questionsimple type Conversion from string to double Pin
Krugger40413-Mar-07 2:48
Krugger40413-Mar-07 2:48 
AnswerRe: simple type Conversion from string to double Pin
Stefan Troschuetz13-Mar-07 3:03
Stefan Troschuetz13-Mar-07 3:03 
GeneralRe: simple type Conversion from string to double Pin
Krugger40413-Mar-07 3:10
Krugger40413-Mar-07 3:10 
AnswerRe: simple type Conversion from string to double Pin
Guffa13-Mar-07 7:02
Guffa13-Mar-07 7:02 
AnswerRe: simple type Conversion from string to double Pin
Sandeep Akhare13-Mar-07 3:05
Sandeep Akhare13-Mar-07 3:05 
QuestionHandling DataSet Pin
ayyp13-Mar-07 2:34
ayyp13-Mar-07 2:34 
AnswerRe: Handling DataSet Pin
rah_sin13-Mar-07 2:40
professionalrah_sin13-Mar-07 2:40 
QuestionAdding a new column in the explorer of Windows Vista Pin
RalU198213-Mar-07 2:34
RalU198213-Mar-07 2:34 
Questionhow to get text from captcha image Pin
uday_kiran13-Mar-07 2:17
uday_kiran13-Mar-07 2:17 
AnswerRe: how to get text from captcha image Pin
Sandeep Akhare13-Mar-07 2:35
Sandeep Akhare13-Mar-07 2:35 
AnswerRe: how to get text from captcha image Pin
Dan Neely13-Mar-07 3:07
Dan Neely13-Mar-07 3:07 
AnswerDo you know what captcha stands for? Pin
Ennis Ray Lynch, Jr.13-Mar-07 3:10
Ennis Ray Lynch, Jr.13-Mar-07 3:10 
AnswerRe: how to get text from captcha image Pin
Russell Jones13-Mar-07 3:50
Russell Jones13-Mar-07 3:50 

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.