|
-
May 21st, 2008, 04:50 AM
#1
How to resize the dialog box
Hi,
Dialog box looks fine in all OSs except "Vista".How can i resize the dialog box?/..
Thanks
-
May 21st, 2008, 05:15 AM
#2
Re: How to resize the dialog box
See MoveWindow() or SetWindowPos().
You should however give more details about what's not "fine".
-
May 21st, 2008, 05:24 AM
#3
Re: How to resize the dialog box
One of the buttons present in the tool bar is not visible completely.
-
May 21st, 2008, 05:44 AM
#4
Re: How to resize the dialog box
-
May 21st, 2008, 05:59 AM
#5
Re: How to resize the dialog box
 Originally Posted by rag84dec
One of the buttons present in the tool bar is not visible completely.
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.
See also this FAQ
Victor Nijegorodov
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|