maximize box properties

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • harpreet1433
    New Member
    • Oct 2006
    • 7

    #1

    maximize box properties

    hello
    on click of maximize box i want to maximize window not to full screen but to only a defined width and length
    any suggestions please tell
    thanks
  • SNOWBALL
    New Member
    • Oct 2007
    • 1

    #2
    Originally posted by harpreet1433
    hello
    on click of maximize box i want to maximize window not to full screen but to only a defined width and length
    any suggestions please tell
    thanks
    My guess is that from the resize event do a docmd.restore and then set the the insideheight and width to what you want

    Comment

    • acoder
      Recognized Expert MVP
      • Nov 2006
      • 16032

      #3
      This could be annoying if the user wanted a full screen.

      However, assuming a legitimate use, you could try using onresize and set the height and width using window.resizeTo ().

      Comment

      Working...