GOOD AFTERNOON,
IM USING this procedure in VB6.0
iRet = LSConnect(HWND, app.hInstance, iMachineType, hLSConnect)
But when I use convert to VB 2005,
iRet = LSConnect(HWND, VB6.GetHInstance.ToInt32, iMachineType, hLSConnect)
My question is how will a make the source code without referencing in VB6
Can you give sample source code for this particular problem
|