Is it possible to remove the _[]X controls from a MDIChild?
-
How can I maxiumize the child windows of my MDI application and then remove the _ [] X controls from the title bar of these windows. (_ [] X) ... You know the things a user clicks on to iconize, restore, or close a "window" on the child documents in my MDI application? Thanks
-
How can I maxiumize the child windows of my MDI application and then remove the _ [] X controls from the title bar of these windows. (_ [] X) ... You know the things a user clicks on to iconize, restore, or close a "window" on the child documents in my MDI application? Thanks
see SetWindowLong. you can use this to change window styles. -c
Civilization is the limitless multiplication of unnecessary necessities. Mark Twain
-
see SetWindowLong. you can use this to change window styles. -c
Civilization is the limitless multiplication of unnecessary necessities. Mark Twain
-
thanks for the quick reply! I am new to Visual C++ and codeproject. How can I find documentation on "SetWindowLong"? Thanks!:-D
Click "search" button or check here. Good luck. "Dirty hands lead to important discovery..." - Thomas Edison