Link to home
Start Free TrialLog in
Avatar of dexweaver
dexweaver

asked on

Resize the MDI window

I am trying to find a way to use API calls (or something easier!) that will allow me to resize and possibly move the main window of Access while the app is running.  Any help?
ASKER CERTIFIED SOLUTION
Avatar of Sendoh
Sendoh
Flag of New Zealand image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of kulikuli
kulikuli

If I am correct you should flip the sides you are summing:
(rc.Right - rc.Left) should be (rc.left-rc.right)
(rc.Bottom - rc.top) should be (rc.top - rc.bottom)

Right?
Avatar of dexweaver

ASKER

It will take me till after the holidays to evaluate your answer, sendoh.  I appreciate your response!!
I lied.  I couldn't wait to evaluate it.  I'm like a kid in a candy store with that function!  10q very much.