|
-
Dec 23rd, 2000, 01:55 PM
#1
Thread Starter
Lively Member
Hi All;
Some of the API functions are clearly from its name to understand but the problem is how could I know the related constants and types to it to declare free from errors.
Thanks all.
-
Dec 23rd, 2000, 04:04 PM
#2
Monday Morning Lunatic
Microsoft's Platform SDK should be helpful at msdn.microsoft.com/downloads
http://www.allapi.net is also quite good.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Dec 23rd, 2000, 04:35 PM
#3
Frenzied Member
Just have in mind that the API's in the SDK are given in C++. So you may have some troubles understanding pointers, addreses and other stuff. But the constants are the same.
-
Dec 24th, 2000, 08:54 AM
#4
Frenzied Member
Well, here's a great tutorial on how to convert C++ declarations to vb ones, it's not that hard once you get it 
http://www.vbthunder.com/reference/readcpp.html
Code:
0x00008
means
&H8 'you may wonder where all the trailing 0's are? they are left out VB by default ;)
so the 0x tells us it's a hex value, in VB that is
&H
Well ehm just take a look at the site, everything is explained there 
Jop - validweb.nl
Alcohol doesn't solve any problems, but then again, neither does milk.
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
|