Главная страница | назад





Article #16549: White Dialog Boxes with 3D controls

 Question and Answer Database
QNA :White Dialog Boxes with 3D controls
Category :Windows API
Platform :Windows95
Product :BC++ 5.x
Question:
I've got a dialog box in a win32 application which has 3D
controls, but the dialog background itself is white. This looks
funny.
What do I do?
Answer:
If you're using BC++ 5.0, you include the dialog style
DS_3DLOOK in your dialog declaration. If you're using BC++
4.5, you xor your dialog style with 0x04.
7/2/1998 10:32:32 AM

Last Modified: 01-SEP-99