Hello.
Since I program a lot in the windows API, I use the C header files to get the API declarations.
However, are there better ways to port the C style to 'Visual Basic' declarations?
Can I use a type libary?
And how should I make such thing?
Printable View
Hello.
Since I program a lot in the windows API, I use the C header files to get the API declarations.
However, are there better ways to port the C style to 'Visual Basic' declarations?
Can I use a type libary?
And how should I make such thing?
Are you trying to code Windows api in C, or in VB?
In VB there are no header files. You have to write a declaration for each function, sub, and type yourself.
I code the API functions in VB.
There are indeed no header files.
I am getting sick of converting everything manually.
Can I get the data inside the header files ported to VB, or can I use a type libary?
There is already a type library that covers most of the win32 api written by patrice scribe.
Here is the link It shows what is covered on that page