Hiya,
Does anyone know how to get the syntax needed for functions within a dll.
For example:
When I Look at user32.dll, I see several functions. But I can't find the syntax needed for these functions.
Is there a help file for it?
Thanks in advance!!
Printable View
Hiya,
Does anyone know how to get the syntax needed for functions within a dll.
For example:
When I Look at user32.dll, I see several functions. But I can't find the syntax needed for these functions.
Is there a help file for it?
Thanks in advance!!
I've found a book:
Visual Basic Developer's Guide to the Win32API
Stephen Brown
Sybex
to be invaluable.
DerFarm
Try this:
www.vbapi.com
www.allapi.net
Saludos...;)
Great!
Thanks.