|
-
Mar 14th, 2008, 12:28 PM
#1
Coolest Utility of the Day Award (PInvoke)
OK, I just had to post this link about 30 seconds after I tried it out.
If any of you do PInvoke (Win32 API calls and the like), then you know what a pain in the arse it can be to get your signatures correct. If you translate them right from C header files, then its tedious, and if you translate them from some VB6 declaration you found on the web, you still have to change around datatypes.
So this tool from Microsoft is designed to make things easier by doing all this work for you. You lookup the Win32 API function, you get C# or VB.NET code for it.
This is a major time saver..
http://blogs.msdn.com/vbteam/archive...voke-easy.aspx
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|