[Message Deleted]
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
[Message Deleted]
-
[Message Deleted]
Hi, There is no way to make the maximize box invisible if you have minimize box. If you dont want the minimize box also. Then use
cs.style &= ~WS_MAXIMIZEBOX;
cs.style &= ~WS_MINIMIZEBOX;Now only you will get window without Maximize box and Minimize box.
The price of anything is the amount of life you exchange for it. Thanks and Regards. SANTHOSH V