Click here to Skip to main content
16,007,163 members
Home / Discussions / C#
   

C#

 
QuestionAccessing a method Pin
hiremath715-Mar-07 1:03
hiremath715-Mar-07 1:03 
AnswerRe: Accessing a method Pin
CPallini5-Mar-07 1:32
mveCPallini5-Mar-07 1:32 
QuestionDrawing on second monitor using Graphics Pin
jjansen5-Mar-07 0:26
jjansen5-Mar-07 0:26 
AnswerRe: Drawing on second monitor using Graphics Pin
Christian Graus5-Mar-07 0:59
protectorChristian Graus5-Mar-07 0:59 
GeneralRe: Drawing on second monitor using Graphics Pin
jjansen5-Mar-07 1:32
jjansen5-Mar-07 1:32 
Questionrender mhtml doc in c# Pin
Kuba_B5-Mar-07 0:10
Kuba_B5-Mar-07 0:10 
QuestionRichTextbox Control Header and Footer Filtering Pin
Riaan Booyzen4-Mar-07 23:07
Riaan Booyzen4-Mar-07 23:07 
GeneralMulti-version compilation [modified] Pin
joputaidilico4-Mar-07 23:06
joputaidilico4-Mar-07 23:06 
Hi, as all we know there are at least 4 different versions of .NET framework.

is there any internal IDE constant, that defines wich version of the framework
is expected the IDE to build for?

Motivation:
It's very common having various versions of the framework living in the same machine.
The IDE seems to build compatible binaries with the newest framework installed on system, thus coppying the sources on another machine, makes impossible to compile the code, without, changing lots of lines of code..

COMMON valid compatible CODE

#if NETFW_VERSION_1_1 1
valid code for 1.1
#else
#if NETFW_VERSION 2_0
valid code for 2.0
#endif

COMMON valid compatible CODE


-- modified at 11:43 Monday 5th March, 2007
GeneralRe: Multi-version compilation Pin
BrianShields4-Mar-07 23:23
BrianShields4-Mar-07 23:23 
GeneralRe: Multi-version compilation Pin
joputaidilico5-Mar-07 1:24
joputaidilico5-Mar-07 1:24 
GeneralRe: Multi-version compilation Pin
Dave Kreskowiak5-Mar-07 4:55
mveDave Kreskowiak5-Mar-07 4:55 
GeneralRe: Multi-version compilation Pin
Ed.Poore5-Mar-07 2:56
Ed.Poore5-Mar-07 2:56 
GeneralRe: Multi-version compilation Pin
Luc Pattyn5-Mar-07 13:34
sitebuilderLuc Pattyn5-Mar-07 13:34 
GeneralRe: Multi-version compilation Pin
joputaidilico6-Mar-07 23:25
joputaidilico6-Mar-07 23:25 
QuestionHow to convert DRM protected audio files to unprotected audio files Pin
Balakrish4-Mar-07 22:12
Balakrish4-Mar-07 22:12 
AnswerRe: How to convert DRM protected audio files to unprotected audio files Pin
stancrm5-Mar-07 2:28
stancrm5-Mar-07 2:28 
AnswerRe: How to convert DRM protected audio files to unprotected audio files Pin
m@u5-Mar-07 2:50
m@u5-Mar-07 2:50 
AnswerRe: How to convert DRM protected audio files to unprotected audio files Pin
Vega025-Mar-07 13:19
Vega025-Mar-07 13:19 
Questionwin ce project Pin
gskumar1114-Mar-07 21:59
gskumar1114-Mar-07 21:59 
QuestionHelp, how to run C# Pin
Member 38867704-Mar-07 21:47
Member 38867704-Mar-07 21:47 
AnswerRe: Help, how to run C# Pin
stancrm4-Mar-07 21:59
stancrm4-Mar-07 21:59 
QuestionWPF vs. WinForms: Menu merging. Pin
__alex4-Mar-07 21:43
__alex4-Mar-07 21:43 
QuestionMulti-treading Pin
dotnethunk4-Mar-07 21:34
dotnethunk4-Mar-07 21:34 
AnswerRe: Multi-treading Pin
pbraun5-Mar-07 8:05
pbraun5-Mar-07 8:05 
QuestionDrag And Drop Pin
shamsteady4-Mar-07 21:30
shamsteady4-Mar-07 21:30 

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.