MGlaenzer
August 2nd, 2001, 01:14 PM
I need to control the Zorder of several forms which I created in VBA. There are several solutions which I have found which work in VB, but the VBA subset prevents me from using these.
These include:
form.Zorder property (missing in VBA)
Win32 API SetWindowPos function (requires form.hwnd, another missing property in VBA)
If anybody has found a workaround to these problems, please let me know.
Thanks
These include:
form.Zorder property (missing in VBA)
Win32 API SetWindowPos function (requires form.hwnd, another missing property in VBA)
If anybody has found a workaround to these problems, please let me know.
Thanks