pro_vb thread: SV: RE: How do you go about converting and API from C++ to VB?
> > How do you go about converting and API from C++ to VB? > > Experience. The biggest problem I've ran into is not > having the SDK list > the values for constants so I have to dig up the .h file and > find all the > constants there. > The most useful API calls are availiable on the net like http://www.allapi.net or http://www.vbapi.com with constants declared and all. If you need other APIs I guess you could get a good start by studying how other API calls are solved. aake
|





