yo, i want to create a vc++ lib of api declarations for my vb projects,
so if i knew how to convert vb api declarations into c++ it would be helpfull
Public Declare Sub ReleaseCapture Lib "user32" ()
Public Declare Function SetForegroundWindow Lib "user32" (ByVal hwnd As Long) As Long
these in c++????




Reply With Quote