Hi,
If I create an ActiveX Control (ocx) in VB how can I allow the program to retrieve the HWND property (value) of the form that the ActiveX Control is placed on?
Printable View
Hi,
If I create an ActiveX Control (ocx) in VB how can I allow the program to retrieve the HWND property (value) of the form that the ActiveX Control is placed on?
i'm not sure, but maybe you can use the 'parent' property?
myOCXobj.parent ??