Minimize form location

P

Prohock

Is there a way to use the docmd.minimize in VB so that my form will minimize
to the bottom right corner instead of the bottom left? Currently
docmd.minimize will minimize my form so that it covers the record buttons on
the report that I have open.
 
S

Stefan Hoffmann

hi,
Is there a way to use the docmd.minimize in VB so that my form will minimize
to the bottom right corner instead of the bottom left?
Afaik, no. Cause it is the MDI default behaviour provided by Windows itself.


mfG
--> stefan <--
 
Top