home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / mswindo / programm / misc / 1549 < prev    next >
Encoding:
Text File  |  1992-08-27  |  1006 b   |  23 lines

  1. Newsgroups: comp.windows.ms.programmer,comp.os.ms-windows.programmer.misc
  2. Path: sparky!uunet!decwrl!adobe!epperson
  3. From: epperson@adobe.com (Mark Epperson)
  4. Subject: Re: Setting Client Area to entire screen
  5. Message-ID: <1992Aug28.074510.6581@adobe.com>
  6. Sender: usenet@adobe.com (USENET NEWS)
  7. Organization: Adobe Systems Incorporated
  8. References: <1992Aug11.233710.18600@u.washington.edu>
  9. Date: Fri, 28 Aug 1992 07:45:10 GMT
  10. Lines: 11
  11.  
  12. In article <1992Aug11.233710.18600@u.washington.edu> goble@hardy.u.washington.edu (Brian Goble) writes:
  13. %%How do Win apps such a WinGif (and many other graphics/paint programs)
  14. %%implement their "Full Screen" option?  That is, what are they doing to
  15. %%make their Client Area the entire screen (no windows stuff at all--it's
  16. %%all client area).
  17.  
  18. Start by moving the windows upper left corner off up and left so that 
  19. the client areas origin is in the upper le~t corner of the screen. Then
  20. resize the window to make the client area the same size a~ the screen.
  21.  
  22. MarkEppyrson
  23.