CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Posts
    38

    How to change the size of a customized CFileDialog ?

    I've customized the CFileDialog by deriving it and providing it a resource template as it's explained in the help subject "Explorer-style custom templates".

    I need to change the size of this dialog box when I push a button which I've added in the dialog.

    I try to use SetWindowPos with the SWP_NOMOVE|SWP_SHOWWINDOW flags, but it doesn't work. I wonder if I used the right flags and / or the right method. Do I have to give the new size only for the part of the dialog corresponding to my template resource or the size of the whole dialog which contains both the standard Open fialog box and my template resource ?

    Thanks for any help.





  2. #2
    Join Date
    Nov 2003
    Posts
    36

    same here....

    Hello!I'm having the same problem...Can anyone help?
    Pls!Thanks!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured