OK, I talked about coming into C++ from VB in another post and it got me thinking about all the times I used API in VB to make it do all the things it can't do (well pre .net VB .net can do allot of those things cause MS was like look at all this code they are making to do cool stuff lets steal it... well except I'm sure they did it in C++) and I was thinking wow I used to spen hrs doing
Code:
Declare APIFunc Lib SomeDll () as someType
i even bought big expensive books on the subject and learned how to convert C++ data types to VB and how to dig through headerfiles and read C++ code and figure out how to use the API man I should have just been using C++ to start with i mean 5 hrs to make a module and suerclass the api subclass any that need a address of func and in C++ i just go
Code:
#include <windows.h>
ahhhhhhhhhhhhhhhh who knew