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

C#

 
GeneralRe: Reading word document whit C# Pin
Anonymous4-Oct-04 5:00
Anonymous4-Oct-04 5:00 
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 
While learining .NET, I've come across some concepts that I'm not sure if I should avoid them. What I mean is that I've been told that I should avoid using Win32 API calls and stuff like that in a dotNet application (just write pure .NET and not involve Win32 directly in my application). But I'm not sure about if it's possible and even wise. Is it ?

Any good article somewhere how to avoid Win32 dependancy (to ensure Mono/Linux compatibility) ?

There are some objects that I'm not familiar wether they're .NET or Win32:

1. System.Windows.Forms.Message - as I've understood so far, Win32 uses messages and dotnet not. So it's a wrapper to Win32 message ? Should I use messages when developing user interface in C# ?

2. Hooks - if I'm already dealing with messages there's no need to avoid them, right ?

3. Handles - System.IntPtr - I have a feeling they're also more Win32 than dotNet ... are they ???

I hope the questions make sense at all ...

Regards, Desmond5
GeneralRe: Avoiding Win32 dependancy Pin
Heath Stewart3-Oct-04 9:13
protectorHeath Stewart3-Oct-04 9:13 
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 

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.