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