T
Tom
I have a small window that I want positioned at the lower right of an open
MDI window. I know how to size it and place it (via .Left and .Top during
the form load event) but what I can't figure out is how to find the MDI's
inner window height/width. In VB6 we used ScaleHeight and ScaleWidth, but
there doesn't seem to be anything like this available for VB.NET.
Can anyone show me the code to place a child window in the lower right
corner of an open MDI parent? Thanks in advance.
Tom
MDI window. I know how to size it and place it (via .Left and .Top during
the form load event) but what I can't figure out is how to find the MDI's
inner window height/width. In VB6 we used ScaleHeight and ScaleWidth, but
there doesn't seem to be anything like this available for VB.NET.
Can anyone show me the code to place a child window in the lower right
corner of an open MDI parent? Thanks in advance.
Tom