E
Eric Juvet
In VB6, the handle to the activeform is simply Me.hwnd or Form1.hwnd.
In VBA, "hwnd" is not a property. How can you get a handle to the active
form in VBA? Undoubtedly it would require a WinAPI call which I know how to
do.
- Eric Juvet
In VBA, "hwnd" is not a property. How can you get a handle to the active
form in VBA? Undoubtedly it would require a WinAPI call which I know how to
do.
- Eric Juvet