Minimize form location

  • Thread starter Thread starter Prohock
  • Start date Start date
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.
 
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 <--
 
Back
Top