Positioning Forms

G

Gary Robinson

Hi All

Does anyone know if it is possible to position a form on the screen using
VBA??

I want to be able to determine the resolution of the screen and position the
form in the bottom right of the screen.

Thanks in advance for the help


Gary
 
P

pvdalen

Hi Gary,

Not sure if this will help; I came across this while looking for answers to
an issue I was having when I saw your question. This is a Windows API for
moving/resizing form windows using VBA. Sounds like it might be what you
want, but I've no practicle experience with it, so I can't comment on its
effectiveness.

http://www.mvps.org/access/forms/frm0042.htm

Hope this helps,
Paul
 
Top