Nick Lawroff
May 22nd, 1999, 05:27 AM
Is it possible to change non-client area of [window] from outside of [window]
control procedure?
control procedure?
|
Click to See Complete Forum and Search --> : How to change non-client area of window? Nick Lawroff May 22nd, 1999, 05:27 AM Is it possible to change non-client area of [window] from outside of [window] control procedure? Jason Brooks May 22nd, 1999, 06:17 AM It is, it all depends on how you want to go about it. GetDesktopWindow() will return the handle for the whole area, remember to lock the surface before writting to it. Or if your using DirectX, create a window and again lock the surface. Jason http://www.netcomuk.co.uk/~jbrooks codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |