Window style

Started by
2 comments, last by luasitdown 18 years, 4 months ago
I want window title bar that has min max close there 3 system button other than 1 close button at right - top corner. I use WS_OVERLAPPEDWINDOW but in a program it work, at anothere program it just show a close button. So what else effect this?
Advertisement
If you provide WS_MINIMIZEBOX/WS_MAXIMIZEBOX, your window will automatically have 3 buttons (although the unspecified buttons maybe grayed).
Btw, sorry I can't find a sample to work with frame control (never implemented frames in Win32) in your scrollbar question.
--> The great thing about Object Oriented code is that it can make small, simple problems look like large, complex ones <--
Post your windows creation code
Overlapped window automatically has minimize/maximize box within
-----"Master! Apprentice! Heartborne, 7th Seeker Warrior! Disciple! In me the Wishmaster..." Wishmaster - Nightwish
Quote:Original post by Red_falcon
Post your windows creation code
Overlapped window automatically has minimize/maximize box within


I use console window,is that problem?

This topic is closed to new replies.

Advertisement