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

C#

 
AnswerRe: C# how to keep datetimes independent of regional settings Pin
Luc Pattyn9-Jun-10 3:30
sitebuilderLuc Pattyn9-Jun-10 3:30 
GeneralRe: C# how to keep datetimes independent of regional settings Pin
MayukhSen9-Jun-10 23:48
MayukhSen9-Jun-10 23:48 
Questionhandle of parent window containing windowless content Pin
rakesh54549-Jun-10 1:33
rakesh54549-Jun-10 1:33 
QuestionBuild exe dynamically Pin
kasraa000980009-Jun-10 0:57
kasraa000980009-Jun-10 0:57 
AnswerRe: Build exe dynamically Pin
OriginalGriff9-Jun-10 1:01
mveOriginalGriff9-Jun-10 1:01 
AnswerRe: Build exe dynamically Pin
datenkabel9-Jun-10 1:51
datenkabel9-Jun-10 1:51 
GeneralRe: Build exe dynamically Pin
ostad_mrn9-Jun-10 1:58
ostad_mrn9-Jun-10 1:58 
GeneralRe: Build exe dynamically Pin
WillemM9-Jun-10 3:01
WillemM9-Jun-10 3:01 
You can execute the following command to use your specific #define variable.
For example:

msbuild /t:Rebuild /p:Configuration=Release /p:DefineConstants=YourDefineStatement YourSolution.sln


This will rebuild the specified solution. It will result in a release build with the YourDefineStatement specified as preprocessor define statement.

AnswerRe: Build exe dynamically Pin
PIEBALDconsult9-Jun-10 3:18
mvePIEBALDconsult9-Jun-10 3:18 
GeneralRe: Build exe dynamically Pin
kasraa000980009-Jun-10 9:28
kasraa000980009-Jun-10 9:28 
QuestionHow to write this regex? Pin
imbiz8-Jun-10 23:37
imbiz8-Jun-10 23:37 
AnswerRe: How to write this regex? Pin
Pete O'Hanlon8-Jun-10 23:42
mvePete O'Hanlon8-Jun-10 23:42 
GeneralRe: How to write this regex? Pin
OriginalGriff9-Jun-10 0:40
mveOriginalGriff9-Jun-10 0:40 
AnswerRe: How to write this regex? Pin
OkkiePepernoot9-Jun-10 0:29
OkkiePepernoot9-Jun-10 0:29 
GeneralRe: How to write this regex? [modified] Pin
imbiz9-Jun-10 1:12
imbiz9-Jun-10 1:12 
AnswerRe: How to write this regex? Pin
OriginalGriff9-Jun-10 0:38
mveOriginalGriff9-Jun-10 0:38 
GeneralRe: How to write this regex? Pin
imbiz9-Jun-10 0:54
imbiz9-Jun-10 0:54 
GeneralRe: How to write this regex? Pin
OriginalGriff9-Jun-10 0:59
mveOriginalGriff9-Jun-10 0:59 
GeneralRe: How to write this regex? Pin
imbiz9-Jun-10 1:19
imbiz9-Jun-10 1:19 
GeneralRe: How to write this regex? Pin
OriginalGriff9-Jun-10 1:22
mveOriginalGriff9-Jun-10 1:22 
GeneralRe: How to write this regex? Pin
imbiz9-Jun-10 1:50
imbiz9-Jun-10 1:50 
GeneralRe: How to write this regex? Pin
OriginalGriff9-Jun-10 2:12
mveOriginalGriff9-Jun-10 2:12 
GeneralRe: How to write this regex? Pin
Luc Pattyn9-Jun-10 1:46
sitebuilderLuc Pattyn9-Jun-10 1:46 
GeneralRe: How to write this regex? Pin
OriginalGriff9-Jun-10 2:08
mveOriginalGriff9-Jun-10 2:08 
GeneralRe: How to write this regex? Pin
AspDotNetDev10-Jun-10 12:40
protectorAspDotNetDev10-Jun-10 12:40 

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.