creating dialog-like windows using win32lib or CreateWindowEx
- Posted by ed_davis2 at yahoo.com Apr 14, 2004
- 1057 views
I'm trying to create a dialog box, using win32lib (or win32 API CreateWindowEx), that looks like a normal dialog: A caption/title, no system menu, a close [x] button. For instance, the notepad find dialog is like this (it also has a help button). I can nearly get this style by using the WS_EX_TOOLWINDOW. However, using this style, the title is drawn in a smaller font, and the close [x] button is very small. Anyone know how to do this?