home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / mswindo / programm / misc / 990 < prev    next >
Encoding:
Internet Message Format  |  1992-07-23  |  952 b 

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!nobody
  2. From: mark@sdd.hp.com (Mark Overton)
  3. Newsgroups: comp.os.ms-windows.programmer.misc
  4. Subject: Re: Dynamically changing Window attributes
  5. Date: 24 Jul 1992 01:58:45 -0700
  6. Organization: Hewlett Packard, San Diego Division
  7. Lines: 15
  8. Message-ID: <14ogo5INNgd4@hpsdl157.sdd.hp.com>
  9. References: <YePihKi00WB4QR=1Y5@andrew.cmu.edu>
  10. NNTP-Posting-Host: hpsdl157.sdd.hp.com
  11.  
  12. In article <YePihKi00WB4QR=1Y5@andrew.cmu.edu> ak10+@andrew.cmu.edu (Andrew Joseph Kompanek) writes:
  13. >
  14. >1. Is it possible to dynamically hide/show a window border, title bar, system
  15. >menu button, etc... given its handle (ie., after the window's been opened)?
  16.  
  17. SetWindowLong(hWnd,GWL_STYLE,your_new_style);
  18. might do the trick.  I haven't tried it though, so I can't promise anything.
  19.  
  20. Mark Overton,  Hewlett-Packard (San Diego Div),  mark@sdd.hp.com
  21.  
  22.         C code.
  23.         C code run.
  24.         Please code run!
  25.                 -- the C User's Journal
  26.  
  27.