Click here to Skip to main content
16,005,169 members
Home / Discussions / C#
   

C#

 
GeneralDrawing outside of your Form!! Pin
RichiLloyd3-Oct-04 10:33
RichiLloyd3-Oct-04 10:33 
GeneralRe: Drawing outside of your Form!! Pin
benjymous4-Oct-04 2:07
benjymous4-Oct-04 2:07 
GeneralPassing databaseName to crystal report Pin
amgad_fathy3-Oct-04 8:52
amgad_fathy3-Oct-04 8:52 
GeneralRe: Passing databaseName to crystal report Pin
Heath Stewart3-Oct-04 9:18
protectorHeath Stewart3-Oct-04 9:18 
GeneralDataBinder.Eval: 'System.Data.Common.DbDataRecord' does not contain a property with the name REPORTTO Pin
macsgirl3-Oct-04 8:45
macsgirl3-Oct-04 8:45 
GeneralRe: DataBinder.Eval: 'System.Data.Common.DbDataRecord' does not contain a property with the name REPORTTO Pin
Heath Stewart3-Oct-04 9:14
protectorHeath Stewart3-Oct-04 9:14 
GeneralAvoiding Win32 dependancy Pin
Andres Coder3-Oct-04 6:03
Andres Coder3-Oct-04 6:03 
GeneralRe: Avoiding Win32 dependancy Pin
Heath Stewart3-Oct-04 9:13
protectorHeath Stewart3-Oct-04 9:13 
The best place to get answers for these are on the forums for Mono, .Gnu, and Portable.NET.

Most of the base class library encapsulates native Win32 functionality, BTW, not just Windows Messages. Most of the Windows Forms controls encapsulates the Windows Common Controls while much of the System.Drawing classes encapsulate GDI+. The list goes on.

The fact of the matter is that what's on the surface is what counts. So long as the base class library in the non-.NET implementation of the Common Language Infrastructure (CLI) implements the same Types and Type members, you'll be fine (and also that the assemblies have the same strong name).

While System.Windows.Forms.Message may not be good to use, you don't have to so long as you don't try to implement Common Control custom functionality (like custom drawing).

An IntPtr, BTW, is just a native handle, which is a 32-bit integer on 32-bit platforms and 64 bits on 64-bit platforms.

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

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles]
Generalregex question Pin
g00fyman3-Oct-04 3:13
g00fyman3-Oct-04 3:13 
GeneralRe: regex question Pin
Not Active3-Oct-04 5:20
mentorNot Active3-Oct-04 5:20 
Generalcharacter escaping problem Pin
sween33-Oct-04 3:10
sween33-Oct-04 3:10 
GeneralRe: character escaping problem Pin
Stefan Troschuetz3-Oct-04 3:57
Stefan Troschuetz3-Oct-04 3:57 
GeneralRe: character escaping problem Pin
sween24-Oct-04 2:25
sween24-Oct-04 2:25 
GeneralRequest a new login Pin
quilkin3-Oct-04 2:25
quilkin3-Oct-04 2:25 
GeneralRe: Request a new login Pin
Dave Kreskowiak4-Oct-04 7:12
mveDave Kreskowiak4-Oct-04 7:12 
GeneralRe: Request a new login Pin
quilkin4-Oct-04 7:42
quilkin4-Oct-04 7:42 
GeneralRe: Request a new login Pin
Anonymous4-Oct-04 8:13
Anonymous4-Oct-04 8:13 
GeneralRe: Request a new login Pin
Anonymous4-Oct-04 11:17
Anonymous4-Oct-04 11:17 
Questionwindows forms repeater? Pin
Roger Alsing2-Oct-04 23:52
Roger Alsing2-Oct-04 23:52 
GeneralNeed help coding a basic C# program Pin
Member 13850492-Oct-04 22:08
Member 13850492-Oct-04 22:08 
GeneralRe: Need help coding a basic C# program Pin
Stefan Troschuetz2-Oct-04 23:44
Stefan Troschuetz2-Oct-04 23:44 
GeneralAdding Application on windows start up Pin
Zapss2-Oct-04 18:30
Zapss2-Oct-04 18:30 
GeneralRe: Adding Application on windows start up Pin
Nnamdi Onyeyiri3-Oct-04 0:04
Nnamdi Onyeyiri3-Oct-04 0:04 
GeneralRe: Adding Application on windows start up Pin
Zapss3-Oct-04 21:16
Zapss3-Oct-04 21:16 
GeneralRe: Adding Application on windows start up Pin
Nnamdi Onyeyiri4-Oct-04 1:30
Nnamdi Onyeyiri4-Oct-04 1:30 

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.