Hi Tony!
When you for example use C++.net environment for develop an GUI application
does this mean that you doesn't use win32 API as much as when you had visual
studio 6.0 because of the large frame work classes that .net consist of?
It depends on you!
You can either develop a native win32-app or MFC app like VC6
or you can develop an WinForms app which is based on the .NET framework.
Does there exist frame work classes that does what the win32 API does.?
With .NET 1.1 not every field is covered, but with .NET 2.0 most of the
win32-api is covered.
I know that the .net frame work are the same for all net language but what
about the win32 API when programming C++ are these different from those that
exist in C#?
In C#, there is no win32-api! Only .NET-framework.
Of course, you can do Interop (P/Invoke) to access win32-functions (and
COM-Interop to access COM objects).
--
Greetings
Jochen
My blog about Win32 and .NET
http://blog.kalmbachnet.de/