Have tried the clsFormWindow code from without success:
We work in a terminal server environment with dual screen setups, and this code fails when the Access app is positioned to the right.
Before I work on debugging the class, has anyone used a simpler solution?
Brad Stevens
Code:
Dim frmWindow As New clsFormWindow
With frmWindow
.hWnd = me.hWnd
.top = .Parent.top
.left = .Parent.left
.Width = .Parent.Width
.Height = .Parent.Height
End With
Set frmWindow = Nothing
We work in a terminal server environment with dual screen setups, and this code fails when the Access app is positioned to the right.
Before I work on debugging the class, has anyone used a simpler solution?
Brad Stevens