maximize mode

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jahangir
    New Member
    • Oct 2006
    • 22

    maximize mode

    what is code for run form in maximize mode
  • Killer42
    Recognized Expert Expert
    • Oct 2006
    • 8429

    #2
    Originally posted by Jahangir
    what is code for run form in maximize mode
    Not sure about Access. In standalone VB, at runtime you can set Form1.WindowSta te = 0 or 1 or 2. There are also constants you can use in place of the literals. I have used VbMinimized, not sure about the others.

    Comment

    • pks00
      Recognized Expert Contributor
      • Oct 2006
      • 280

      #3
      DoCmd.Maximize

      Comment

      Working...