B
Bill
When I initially draw my MDI child form at location 0,0 it
appears fine.
If I hide the window via
(Set Visible to false & SendToBack())
then redisplay it
(Set Visible to True & BringToFront()),
the Window is diplayed 44 pixels off at location (44,44)
If I repeat this, the window is displayed at (88,88). How
is this possible? NOTE: I do not see any other child
windows obscuring it. Any thoughts?
-Bill
appears fine.
If I hide the window via
(Set Visible to false & SendToBack())
then redisplay it
(Set Visible to True & BringToFront()),
the Window is diplayed 44 pixels off at location (44,44)
If I repeat this, the window is displayed at (88,88). How
is this possible? NOTE: I do not see any other child
windows obscuring it. Any thoughts?
-Bill