Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
See: Replacing API Calls with .NET Framework Classes
Message
From
22/02/2002 08:28:07
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
See: Replacing API Calls with .NET Framework Classes
Miscellaneous
Thread ID:
00623657
Message ID:
00623657
Views:
39
Read the article at the microsoft site:

Replacing API Calls with .NET Framework Classes
Upgrading to Microsoft .NET
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/replaceapicalls.asp?frame=true
Ken Getz
MCW Technologies
February 2002

Abstract:
< snip >
Determine file version information?
Read and write to any location in the registry?
Determine user's special folders, such as the Microsoft Windows® Favorites, or Personal folders?
Retrieve a list of all available drives?
Find out the user's login name, or the computer name?
Retrieve a list of all open windows?

< snip >
The .NET common language runtime is meant to be platform non-specific. Whenever you use a Windows API call, you're tying your code to the specific platform
Calling the Windows API (or any unmanaged code in Dlls) from .NET isn't as simple as it was in Visual Basic 6.0.
< snip >
Zlatin Zlatev,
MCSD (VS6)

Make solutions, not programs!

Next
Reply
Map
View

Click here to load this message in the networking platform