Click here to Skip to main content
16,004,927 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# events list problem Pin
Sheel Gohe29-Jul-05 0:36
Sheel Gohe29-Jul-05 0:36 
GeneralRe: C# events list problem Pin
malharone29-Jul-05 9:01
malharone29-Jul-05 9:01 
QuestionSharing a class between 2 forms?? Pin
Dewclaws28-Jul-05 20:38
Dewclaws28-Jul-05 20:38 
AnswerRe: Sharing a class between 2 forms?? Pin
Member 197359428-Jul-05 21:10
Member 197359428-Jul-05 21:10 
GeneralTimer for scheduling Pin
ppp00128-Jul-05 18:57
ppp00128-Jul-05 18:57 
GeneralRe: Timer for scheduling Pin
Christian Graus28-Jul-05 19:01
protectorChristian Graus28-Jul-05 19:01 
GeneralTechnical help Pin
comingsoon28-Jul-05 16:59
comingsoon28-Jul-05 16:59 
GeneralRe: Technical help Pin
Christian Graus28-Jul-05 17:38
protectorChristian Graus28-Jul-05 17:38 
comingsoon wrote:
Why c# programs don't run on PCs where there's no a setuped visual studio ????
i tried to run a c# executable file on a pc where there was no setuped visual studio, and i was surprised when the error message appeared.


I'm astounded how many people use the .NET framework and have absolutely no idea how it works.

C# and VB.NET programs compile to an intermediate language called MSIL. The .NET framework installer runs as part of the VS install, obviously. Anyone who wants to run your C# executable needs to also have the .NET framework installed. If you don't want that requirement, use C++.


Christian Graus - Microsoft MVP - C++
GeneralRe: Technical help Pin
comingsoon28-Jul-05 17:50
comingsoon28-Jul-05 17:50 
GeneralRe: Technical help Pin
Christian Graus28-Jul-05 18:01
protectorChristian Graus28-Jul-05 18:01 
GeneralRe: Technical help Pin
Dave Kreskowiak29-Jul-05 4:26
mveDave Kreskowiak29-Jul-05 4:26 
GeneralRe: Technical help Pin
Christian Graus31-Jul-05 13:18
protectorChristian Graus31-Jul-05 13:18 
GeneralRe: Technical help Pin
leppie28-Jul-05 23:28
leppie28-Jul-05 23:28 
Generalsynchronized arrayList in C# Pin
ppp00128-Jul-05 15:51
ppp00128-Jul-05 15:51 
GeneralRe: synchronized arrayList in C# Pin
Lars Niedziolka28-Jul-05 16:18
Lars Niedziolka28-Jul-05 16:18 
QuestionXmlTextReader - reading from a string? Pin
andrewpritchie28-Jul-05 14:18
andrewpritchie28-Jul-05 14:18 
AnswerRe: XmlTextReader - reading from a string? Pin
Lars Niedziolka28-Jul-05 15:24
Lars Niedziolka28-Jul-05 15:24 
QuestionHow can I... Pin
KORCARI28-Jul-05 12:23
KORCARI28-Jul-05 12:23 
AnswerRe: How can I... Pin
Libor Tinka28-Jul-05 12:39
Libor Tinka28-Jul-05 12:39 
QuestionAlgorithm for creating a list from a hierarchy? Pin
Judah Gabriel Himango28-Jul-05 12:17
sponsorJudah Gabriel Himango28-Jul-05 12:17 
AnswerRe: Algorithm for creating a list from a hierarchy? Pin
Libor Tinka28-Jul-05 12:35
Libor Tinka28-Jul-05 12:35 
AnswerRe: Algorithm for creating a list from a hierarchy? Pin
Lars Niedziolka28-Jul-05 16:00
Lars Niedziolka28-Jul-05 16:00 
GeneralRe: Algorithm for creating a list from a hierarchy? Pin
Judah Gabriel Himango28-Jul-05 17:04
sponsorJudah Gabriel Himango28-Jul-05 17:04 
AnswerRe: Algorithm for creating a list from a hierarchy? Pin
leppie28-Jul-05 23:36
leppie28-Jul-05 23:36 
QuestionHow can I.. Pin
KORCARI28-Jul-05 11:50
KORCARI28-Jul-05 11:50 

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.