Click here to Skip to main content
15,884,099 members
Home / Discussions / C#
   

C#

 
GeneralRe: CollectionBase.OnRemove and CollectionEditor Pin
Chris Richner10-Jan-04 16:50
Chris Richner10-Jan-04 16:50 
GeneralDirectShow winform Pin
just_a_builder10-Jan-04 2:05
just_a_builder10-Jan-04 2:05 
GeneralRe: DirectShow winform Pin
Kentamanos10-Jan-04 9:43
Kentamanos10-Jan-04 9:43 
GeneralMouseEnter Control Pin
Luther Baker9-Jan-04 19:41
Luther Baker9-Jan-04 19:41 
GeneralRe: MouseEnter Control Pin
Heath Stewart9-Jan-04 19:52
protectorHeath Stewart9-Jan-04 19:52 
GeneralRe: MouseEnter Control Pin
Luther Baker9-Jan-04 20:29
Luther Baker9-Jan-04 20:29 
General.net application without .net framework Pin
w3Nima9-Jan-04 19:29
w3Nima9-Jan-04 19:29 
GeneralRe: .net application without .net framework Pin
Heath Stewart9-Jan-04 19:46
protectorHeath Stewart9-Jan-04 19:46 
No. There's a reason .NET applications are said to be managed code: it's managed by the CLR, just like Java is by the JVM, Visual Basic is by the VB runtime, etc.

The .NET Framework MUST be installed to run ANY .NET application (regardless of what language the source code is in, since all compilers produce IL, except the MC++ which - in mixed mode - can embed native code into assemblies).

See the following article for a pretty good view on the subject: http://radio.weblogs.com/0105852/stories/2002/04/21/itsTheRuntimeStupid.html[^].

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralRe: .net application without .net framework Pin
Kentamanos10-Jan-04 9:47
Kentamanos10-Jan-04 9:47 
GeneralRe: .net application without .net framework Pin
Kentamanos10-Jan-04 12:27
Kentamanos10-Jan-04 12:27 
GeneralRe: .net application without .net framework Pin
Gerald Schwab9-Jan-04 20:02
Gerald Schwab9-Jan-04 20:02 
GeneralRe: .net application without .net framework Pin
Bo Hunter10-Jan-04 12:54
Bo Hunter10-Jan-04 12:54 
GeneralRe: .net application without .net framework Pin
hxxbin10-Jan-04 14:32
hxxbin10-Jan-04 14:32 
GeneralRe: .net application without .net framework Pin
leppie10-Jan-04 23:39
leppie10-Jan-04 23:39 
GeneralHelp regarding Listview & Progressbar Pin
jomargon9-Jan-04 18:53
jomargon9-Jan-04 18:53 
GeneralRe: Help regarding Listview & Progressbar Pin
Heath Stewart9-Jan-04 19:41
protectorHeath Stewart9-Jan-04 19:41 
QuestionSecure remoting channel? Pin
Alex Korchemniy9-Jan-04 14:18
Alex Korchemniy9-Jan-04 14:18 
AnswerRe: Secure remoting channel? Pin
Guillermo Rivero10-Jan-04 7:46
Guillermo Rivero10-Jan-04 7:46 
GeneralRe: Secure remoting channel? Pin
Alex Korchemniy10-Jan-04 9:45
Alex Korchemniy10-Jan-04 9:45 
GeneralProblem adding a reference Pin
Judy1011019-Jan-04 12:11
Judy1011019-Jan-04 12:11 
GeneralRe: Problem adding a reference Pin
Heath Stewart9-Jan-04 12:20
protectorHeath Stewart9-Jan-04 12:20 
GeneralRe: Problem adding a reference Pin
Judy1011019-Jan-04 15:56
Judy1011019-Jan-04 15:56 
GeneralRe: Problem adding a reference Pin
Heath Stewart9-Jan-04 17:09
protectorHeath Stewart9-Jan-04 17:09 
GeneralRe: Problem adding a reference Pin
Judy1011019-Jan-04 17:30
Judy1011019-Jan-04 17:30 
GeneralRe: Problem adding a reference Pin
Heath Stewart9-Jan-04 18:11
protectorHeath Stewart9-Jan-04 18:11 

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.