Click here to Skip to main content
15,915,509 members
Home / Discussions / C#
   

C#

 
GeneralRe: Hyperlink Value Pin
Heath Stewart2-Feb-05 6:30
protectorHeath Stewart2-Feb-05 6:30 
GeneralRe: Hyperlink Value Pin
myousufq2-Feb-05 7:22
myousufq2-Feb-05 7:22 
GeneralRe: Hyperlink Value Pin
Heath Stewart2-Feb-05 7:29
protectorHeath Stewart2-Feb-05 7:29 
GeneralRe: Hyperlink Value Pin
myousufq3-Feb-05 1:56
myousufq3-Feb-05 1:56 
GeneralDumb question about Mono C# Pin
FocusedWolf1-Feb-05 10:06
FocusedWolf1-Feb-05 10:06 
GeneralRe: Dumb question about Mono C# Pin
Judah Gabriel Himango1-Feb-05 10:13
sponsorJudah Gabriel Himango1-Feb-05 10:13 
GeneralRe: Dumb question about Mono C# Pin
FocusedWolf1-Feb-05 10:19
FocusedWolf1-Feb-05 10:19 
GeneralRe: Dumb question about Mono C# Pin
Heath Stewart1-Feb-05 10:27
protectorHeath Stewart1-Feb-05 10:27 
Mono is another implementation of the Common Language Infrastructure (CLI), of which .NET is Microsoft's implementation. The CLI states that certain things must be implemented and Windows Forms, for example, is not one of them. So long as you classes defined in ECMA-certified base class libraries (like those assemblies of the .NET BCL having the publicKeyToken value b77a5c561934e089) it should work.

Mono and .NET have different ways of implementing Windows Forms, however. The .NET BCLs P/Invoke native Windows APIs and handle messages since they encapsulate the Windows Common Controls. Certain implementations of Mono use the QT or GTK toolkits. This is where things really different.

Also keep in mind that .NET compilers (that is, language compilers for the .NET Framework) wrap IL modules in a PE/COFF executable but Mono can handle this.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
GeneralRe: Dumb question about Mono C# Pin
FocusedWolf1-Feb-05 10:57
FocusedWolf1-Feb-05 10:57 
GeneralRe: Dumb question about Mono C# Pin
Heath Stewart1-Feb-05 15:10
protectorHeath Stewart1-Feb-05 15:10 
Questionhow to communicate between an application and a windows service. Pin
just_starting1-Feb-05 10:04
just_starting1-Feb-05 10:04 
AnswerRe: how to communicate between an application and a windows service. Pin
Heath Stewart1-Feb-05 10:13
protectorHeath Stewart1-Feb-05 10:13 
GeneralAutomatic OK OnDialog Click Pin
DiMats1-Feb-05 9:34
DiMats1-Feb-05 9:34 
GeneralRe: Automatic OK OnDialog Click Pin
Heath Stewart1-Feb-05 9:50
protectorHeath Stewart1-Feb-05 9:50 
GeneralWintab32 library class in c sharp Pin
FAHADI19841-Feb-05 8:35
FAHADI19841-Feb-05 8:35 
GeneralRe: Wintab32 library class in c sharp Pin
Judah Gabriel Himango1-Feb-05 9:09
sponsorJudah Gabriel Himango1-Feb-05 9:09 
Generalforeach loop with controls Pin
Dwayner791-Feb-05 8:15
Dwayner791-Feb-05 8:15 
GeneralRe: foreach loop with controls Pin
S. Senthil Kumar1-Feb-05 8:27
S. Senthil Kumar1-Feb-05 8:27 
GeneralRe: foreach loop with controls Pin
Robert Rohde1-Feb-05 8:41
Robert Rohde1-Feb-05 8:41 
GeneralRe: foreach loop with controls Pin
Judah Gabriel Himango1-Feb-05 9:11
sponsorJudah Gabriel Himango1-Feb-05 9:11 
GeneralRe: foreach loop with controls Pin
Dwayner791-Feb-05 9:30
Dwayner791-Feb-05 9:30 
GeneralRe: foreach loop with controls Pin
Robert Rohde1-Feb-05 9:49
Robert Rohde1-Feb-05 9:49 
GeneralINdividual Character format in Richtext Pin
Vodstok1-Feb-05 8:07
Vodstok1-Feb-05 8:07 
GeneralRe: INdividual Character format in Richtext Pin
Robert Rohde1-Feb-05 9:07
Robert Rohde1-Feb-05 9:07 
GeneralRe: INdividual Character format in Richtext Pin
Heath Stewart1-Feb-05 10:08
protectorHeath Stewart1-Feb-05 10:08 

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.