home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / mswindo / programm / misc / 1331 < prev    next >
Encoding:
Internet Message Format  |  1992-08-14  |  1.7 KB

  1. Path: sparky!uunet!olivea!decwrl!sdd.hp.com!caen!nic.umass.edu!noc.near.net!gateway!pictel!geiser
  2. From: geiser@pictel.com (Wayne Geiser)
  3. Newsgroups: comp.windows.ms.programmer,comp.os.ms-windows.programmer.misc
  4. Subject: Re: Setting Client Area to entire screen
  5. Message-ID: <1992Aug14.163806.15543@pictel.com>
  6. Date: 14 Aug 92 16:38:06 GMT
  7. References: <1992Aug11.233710.18600@u.washington.edu>
  8. Organization: PictureTel Corporation
  9. Lines: 33
  10.  
  11. In article <1992Aug11.233710.18600@u.washington.edu> goble@hardy.u.washington.edu (Brian Goble) writes:
  12. >How do Win apps such a WinGif (and many other graphics/paint programs)
  13. >implement their "Full Screen" option?  That is, what are they doing to
  14. >make their Client Area the entire screen (no windows stuff at all--it's
  15. >all client area).
  16. >
  17. >Thanx for any info!
  18. >
  19. >-Brian
  20. >
  21. >
  22. >-- 
  23. > ==)------------
  24. >               Brian Goble    |    goble@hardy.u.washington.edu
  25. >               "Finishing a close second means you didn't win."
  26. >                                                              ------------(==
  27.  
  28. Try:
  29.  
  30.         hwnd = CreateWindow(YourWindowClassHere, WS_POPUP, 0, 0, 0, 0,
  31.                             NULL, NULL, hInstance, NULL);
  32.         ShowWindow(hwnd, SW_SHOWMAXIMIZED);
  33.  
  34.  
  35. **********************************************************************
  36. * Wayne Geiser ("Drivel King")           Voice:    (508) 977-8253    *
  37. * PictureTel Corporation                 FAX:      (508) 532-6893    *
  38. * One Corporation Way                    Internet: geiser@pictel.com *
  39. * Peabody, MA      01960                 CIS:      70313,3615        *
  40. **********************************************************************
  41. "The pope!  How many divisions has he got?"
  42.  
  43.         - Josef Stalin (in 1935).
  44.