I have vc++ 6.0. How can I create a modal dialog box without a title bar or caption? I just want the grey part of the dialog box itself.
Any response anyone can give me will be greatly appreciated.
Printable View
I have vc++ 6.0. How can I create a modal dialog box without a title bar or caption? I just want the grey part of the dialog box itself.
Any response anyone can give me will be greatly appreciated.
Simply, you can un-check the "Title Bar" style option of the Dialog Properities in Resource Editor.
Allen