Dialogs, Icons and Title Bar
Hi guys!
I have a dialog box with no border and no title bar, for I have skinned it. Now how do I show an icon and a title bar text in the task bar where I currently only have an empty rectangle?
Thanks for your help. Cheers.
[243 byte] By [
miranog] at [2007-11-17 16:34:40]

# 1 Re: Dialogs, Icons and Title Bar
Maybe you should create your window WITH a caption bar. When you create the region for your region, exclude the caption from this region. So, the window will have a caption bar but the user will never see it. You can get the height of the caption bar in pixels with a call to GetSystemMetrics(SM_CYCAPTION)
Cheers!