Click here to Skip to main content
15,906,708 members
Home / Discussions / C#
   

C#

 
GeneralRe: Receiving data from variable from another form. Pin
spif200131-Mar-05 23:47
spif200131-Mar-05 23:47 
GeneralRe: Receiving data from variable from another form. Pin
steve_rm1-Apr-05 0:30
steve_rm1-Apr-05 0:30 
GeneralRe: Receiving data from variable from another form [* Resovled *] Pin
GaMBiT_KC1-Apr-05 0:51
GaMBiT_KC1-Apr-05 0:51 
QuestionSendKeys in a Service ? Pin
Member 80056931-Mar-05 19:20
Member 80056931-Mar-05 19:20 
AnswerRe: SendKeys in a Service ? Pin
James Poulose31-Mar-05 20:26
James Poulose31-Mar-05 20:26 
GeneralWrapper Class For Third Party tools Pin
Prabhakar.A31-Mar-05 18:23
Prabhakar.A31-Mar-05 18:23 
GeneralRe: Wrapper Class For Third Party tools Pin
Kodanda Pani31-Mar-05 19:05
Kodanda Pani31-Mar-05 19:05 
Generalignoring a class in XML Serialization Pin
RajivJain31-Mar-05 17:41
RajivJain31-Mar-05 17:41 
GeneralRe: ignoring a class in XML Serialization Pin
Sebastian Schneider31-Mar-05 17:45
Sebastian Schneider31-Mar-05 17:45 
GeneralRe: ignoring a class in XML Serialization Pin
RajivJain31-Mar-05 17:55
RajivJain31-Mar-05 17:55 
GeneralRe: ignoring a class in XML Serialization Pin
RajivJain31-Mar-05 17:56
RajivJain31-Mar-05 17:56 
GeneralRe: ignoring a class in XML Serialization Pin
Sebastian Schneider31-Mar-05 18:06
Sebastian Schneider31-Mar-05 18:06 
GeneralRe: ignoring a class in XML Serialization Pin
Sebastian Schneider31-Mar-05 17:58
Sebastian Schneider31-Mar-05 17:58 
GeneralRe: ignoring a class in XML Serialization Pin
RajivJain31-Mar-05 18:07
RajivJain31-Mar-05 18:07 
GeneralRe: ignoring a class in XML Serialization Pin
RajivJain31-Mar-05 18:01
RajivJain31-Mar-05 18:01 
QuestionHi how to resize the conrols for different resolution? Pin
soman patil31-Mar-05 17:39
soman patil31-Mar-05 17:39 
AnswerRe: Hi how to resize the conrols for different resolution? Pin
Sebastian Schneider31-Mar-05 17:43
Sebastian Schneider31-Mar-05 17:43 
AnswerRe: Hi how to resize the conrols for different resolution? Pin
Charlieee1-Apr-05 3:12
Charlieee1-Apr-05 3:12 
QuestionWill assembly in native code format require .NET runtime? Pin
Rama Sharma31-Mar-05 17:09
Rama Sharma31-Mar-05 17:09 
AnswerRe: Will assembly in native code format require .NET runtime? Pin
Sebastian Schneider31-Mar-05 17:39
Sebastian Schneider31-Mar-05 17:39 
GeneralRe: Will assembly in native code format require .NET runtime? Pin
Rama Sharma31-Mar-05 17:57
Rama Sharma31-Mar-05 17:57 
GeneralRe: Will assembly in native code format require .NET runtime? Pin
Sebastian Schneider31-Mar-05 18:05
Sebastian Schneider31-Mar-05 18:05 
Basically, the problem is that the images cannot be simply copied to other computers. So the anwer would be, yes, the .NET runtime has to be installed.

Think about it: The .NET Class Library is part of the .NET Framework. Now, even IF you could simply copy the NGEN-Generated images over, you still would need to

a) Work around the PE-Executable Format
b) Work around the missing Class-Library
c) Work around Windows not knowing what to do with your image
...

The runtime-installer is not too big. Many computers already have it installed as a part of regular updates, for example, WinXP SP1 or SP2.

This may be a problem if you plan to distribute your app as "download only", which would require you to warn people about the requirement and hint them as to where they can get the .NET FW (Microsoft / WindowsUpdate).

Remember, you only need the FW - and thats about 15 MB (if I got that right).

Cheers
Sid
GeneralRe: Will assembly in native code format require .NET runtime? Pin
Rama Sharma31-Mar-05 21:04
Rama Sharma31-Mar-05 21:04 
GeneralProgrammatically Inserting formatted text Pin
Pyro Joe31-Mar-05 15:30
Pyro Joe31-Mar-05 15:30 
GeneralInfopath File attachment control Programmatically Pin
we_swati31-Mar-05 11:56
we_swati31-Mar-05 11:56 

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.