home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / epmsmp.zip / MAXIMIZE.E < prev    next >
Text File  |  1992-08-26  |  358b  |  12 lines

  1. ; By Larry Margolis
  2.  
  3. defc maximize =
  4.     call dynalink( 'PMWIN',
  5.               'WINSETWINDOWPOS',
  6.                gethwnd(6)              ||
  7.                atoi(0) || atoi(3)      ||      -- HWND_TOP
  8.                atoi(0) || atoi(0)      ||
  9.                atoi(0) || atoi(0)      ||
  10.                atoi(2048))                     -- SWP_MAXIMIZE
  11.  
  12.