#Callbacks from DLL
Hi Gary,
You could pass the hadle to the window using the GetFocus() when the
control has the focus. This will return the handle which you could pass the
function. About calling one of the Sub's in VB, the only way you can call
one of the Sub's in a VB app is through VB-API VBFireEvent() function. This
would require you creating a custom control as documented in the Custom
Control Developement Kit.
Don Funk
There is 1 Reply.