Hi,
Dialog box looks fine in all OSs except "Vista".How can i resize the dialog box?/..
Thanks
Printable View
Hi,
Dialog box looks fine in all OSs except "Vista".How can i resize the dialog box?/..
Thanks
See MoveWindow() or SetWindowPos().
You should however give more details about what's not "fine".
One of the buttons present in the tool bar is not visible completely.
http://www.codeproject.com/KB/dialog/easysize.aspx
Regards,
Mushq
Well, dialog App is NOT the best one to handle tool-/statusbars and menus. I think that SDI with CFormView derived class is what you need to not have any problems with the toolbar buttons on any platform.Quote:
Originally Posted by rag84dec
See also this FAQ