API Syntax to Change Window Size from VBA

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a MS Access 2000 application that opens
QuickViewPlus to view designated files. I would like to
programmatically resize the MS Access window and the QVP
window to fit the optimal amount of each on the screen.
In response to a previous post, someone suggested I try
Windows API. I don't know anything about Windows API, but
I hope this isn't too complex and that someone can give
me the syntax that I can copy.

Thanks!

-John McEnany
 
Haven't seen it recently, but the supported method in
Win 3.1 was to 'tile' the desktop. Perhaps the old
API still works. I don't even see a desktop option
to do this, although you can still do it INSIDE
access from the Window Menu.

(david)
 
Back
Top