Click here to Skip to main content
15,898,679 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to design the dynamic selecting rectangle. Pin
J. Dunlap6-Nov-03 19:55
J. Dunlap6-Nov-03 19:55 
GeneralThreading Issue Pls help!! Pin
Cutespn6-Nov-03 19:31
Cutespn6-Nov-03 19:31 
GeneralRe: Threading Issue Pls help!! Pin
perlmunger7-Nov-03 5:51
perlmunger7-Nov-03 5:51 
GeneralFile Contention Pin
David23g6-Nov-03 14:29
David23g6-Nov-03 14:29 
GeneralRe: File Contention Pin
Heath Stewart7-Nov-03 3:49
protectorHeath Stewart7-Nov-03 3:49 
GeneralRe: File Contention Pin
Anonymous7-Nov-03 8:52
Anonymous7-Nov-03 8:52 
QuestionCompilation to binary (No CLR) ? Pin
jbrydon6-Nov-03 14:09
jbrydon6-Nov-03 14:09 
AnswerRe: Compilation to binary (No CLR) ? Pin
Nick Parker6-Nov-03 17:42
protectorNick Parker6-Nov-03 17:42 
jbrydon wrote:
an the compiler be forced to compile straight to machine code (as in pre .NET days) to produce an image that will run under a legacy OS which does not support a Common Language Runtime module ?

The answer is Yes and No, you can create a native image from your managed assembly, which will allow your application to run without the need of JIT compiling; however there are many issues that need to be considered before doing so. First off, the .NET Framework is still required even thought JIT does not occur. The image becomes dependant upon the version of .NET you are running, the CPU you are using, the operating system version and many others. If you are still curious, check out the Native Image Generator (Ngen.exe)[^] documentation.

-Nick Parker
DeveloperNotes.com


GeneralRemote MAC Address Pin
Shaun Becker6-Nov-03 12:55
Shaun Becker6-Nov-03 12:55 
GeneralRe: Remote MAC Address Pin
Heath Stewart7-Nov-03 3:55
protectorHeath Stewart7-Nov-03 3:55 
QuestionIn C# the fastest way to display a pixel or a full quadrilateral shape ? Pin
Demokritos6-Nov-03 9:38
Demokritos6-Nov-03 9:38 
AnswerRe: In C# the fastest way to turn on/off a pixel or a group of pixels ? Pin
leppie6-Nov-03 9:43
leppie6-Nov-03 9:43 
AnswerRe: In C# the fastest way to display a pixel or a full quadrilateral shape ? Pin
perlmunger6-Nov-03 12:00
perlmunger6-Nov-03 12:00 
GeneralGetting events properly logged in Events.Application Pin
LongRange.Shooter6-Nov-03 9:23
LongRange.Shooter6-Nov-03 9:23 
GeneralRe: Getting events properly logged in Events.Application Pin
Heath Stewart6-Nov-03 11:50
protectorHeath Stewart6-Nov-03 11:50 
GeneralChanging Registry Permissions Programmatically Pin
perlmunger6-Nov-03 9:21
perlmunger6-Nov-03 9:21 
GeneralRe: Changing Registry Permissions Programmatically Pin
leppie6-Nov-03 9:33
leppie6-Nov-03 9:33 
GeneralRe: Changing Registry Permissions Programmatically Pin
perlmunger6-Nov-03 9:59
perlmunger6-Nov-03 9:59 
GeneralReflections question Pin
Den2Fly6-Nov-03 8:06
Den2Fly6-Nov-03 8:06 
GeneralRe: Reflections question Pin
leppie6-Nov-03 9:29
leppie6-Nov-03 9:29 
GeneralRe: Reflections question Pin
Den2Fly6-Nov-03 23:22
Den2Fly6-Nov-03 23:22 
GeneralRe: Reflections question Pin
Den2Fly7-Nov-03 0:45
Den2Fly7-Nov-03 0:45 
GeneralMicrosoft .Net Applications Window! Pin
Silly Boy6-Nov-03 6:30
Silly Boy6-Nov-03 6:30 
GeneralRe: Microsoft .Net Applications Window! Pin
leppie6-Nov-03 9:34
leppie6-Nov-03 9:34 
GeneralProblems with ActiveX Pin
System_Reflection6-Nov-03 6:13
System_Reflection6-Nov-03 6:13 

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.