Click here to Skip to main content
15,922,533 members
Home / Discussions / C#
   

C#

 
QuestionHow to download Microsoft Windows Mobile 2003. Which link? Pin
nhoc_conxauxi1-Jul-07 17:35
nhoc_conxauxi1-Jul-07 17:35 
AnswerRe: How to download Microsoft Windows Mobile 2003. Which link? Pin
Sathesh Sakthivel1-Jul-07 18:37
Sathesh Sakthivel1-Jul-07 18:37 
QuestionHow tp define 2 dimensional array in C# Pin
mercenary011-Jul-07 17:02
mercenary011-Jul-07 17:02 
AnswerRe: How tp define 2 dimensional array in C# Pin
Vikram A Punathambekar1-Jul-07 17:39
Vikram A Punathambekar1-Jul-07 17:39 
AnswerRe: How tp define 2 dimensional array in C# Pin
Sathesh Sakthivel1-Jul-07 18:35
Sathesh Sakthivel1-Jul-07 18:35 
QuestionCompatibility question? Pin
max292971-Jul-07 16:27
max292971-Jul-07 16:27 
AnswerRe: Compatibility question? Pin
Vikram A Punathambekar1-Jul-07 17:40
Vikram A Punathambekar1-Jul-07 17:40 
AnswerRe: Compatibility question? Pin
Luc Pattyn2-Jul-07 0:16
sitebuilderLuc Pattyn2-Jul-07 0:16 
Hi Max,

the answer is no: the CLR compilers (C#, C++/CLI and VB.NET) emit MSIL code, not native code,
so you need the .NET Framework to JIT and execute that;
and your app also needs the DLLs (such as mscorlib.dll) that contain the system classes
(#using System.Text and the like) and come with the .NET Framework.

And before you ask, you cannot automate a FrameWork installation, not from within an app,
not even from within an installer.

So you need the Framework and you have to install it manually, separate from any app.
I think there are CD/DVDs that contain the Framework, I dont think you need Internet
to do it.

BTW modern PCs, if they have Windows, also have (a couple of versions of) the .NET
Framework pre-installed.

Smile | :)




Questionaccess modem with C# Pin
gb_9111-Jul-07 16:08
gb_9111-Jul-07 16:08 
QuestionVirtual keyboard losing window focus. Help! Pin
remarkpk111-Jul-07 13:41
remarkpk111-Jul-07 13:41 
QuestionRe: Virtual keyboard losing window focus. Help! Pin
savitabelgaonkar7-Dec-10 4:52
savitabelgaonkar7-Dec-10 4:52 
QuestionHow to write document in 2 pages Pin
Atdhe1-Jul-07 13:25
Atdhe1-Jul-07 13:25 
QuestionCollections Pin
haz131-Jul-07 11:14
haz131-Jul-07 11:14 
AnswerRe: Collections Pin
Luc Pattyn1-Jul-07 11:39
sitebuilderLuc Pattyn1-Jul-07 11:39 
GeneralRe: Collections Pin
haz132-Jul-07 1:32
haz132-Jul-07 1:32 
AnswerRe: Collections Pin
RepliCrux1-Jul-07 13:20
RepliCrux1-Jul-07 13:20 
QuestionFaster dialog form display Pin
Jud White1-Jul-07 9:25
Jud White1-Jul-07 9:25 
QuestionHow to run a Win16 program? [modified] Pin
Mackster2111-Jul-07 8:48
Mackster2111-Jul-07 8:48 
AnswerRe: How to run a Win16 program? Pin
Luc Pattyn1-Jul-07 9:03
sitebuilderLuc Pattyn1-Jul-07 9:03 
GeneralRe: How to run a Win16 program? Pin
Mackster2111-Jul-07 9:10
Mackster2111-Jul-07 9:10 
GeneralRe: How to run a Win16 program? Pin
Luc Pattyn1-Jul-07 10:05
sitebuilderLuc Pattyn1-Jul-07 10:05 
QuestionDetermining when application is running in debug mode Pin
theFrenchHornet1-Jul-07 7:59
theFrenchHornet1-Jul-07 7:59 
AnswerRe: Determining when application is running in debug mode Pin
Luc Pattyn1-Jul-07 8:54
sitebuilderLuc Pattyn1-Jul-07 8:54 
GeneralRe: Determining when application is running in debug mode Pin
theFrenchHornet1-Jul-07 10:21
theFrenchHornet1-Jul-07 10:21 
GeneralRe: Determining when application is running in debug mode Pin
Luc Pattyn1-Jul-07 10:56
sitebuilderLuc Pattyn1-Jul-07 10: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.