Size of dialog in resource
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
I have some views defined in the resource file. I display these in a splitterwnd. I like to know the size of the dialog in the resource file so that I can resize the splitters according to this size. How to? yours sincerly Jørgen Granborg
The simplest way would be to create the dialogs modeless and not visible, and then get the size of their window. You can then destroy them and recreate them within your splitter, knowing the size.
Software Zen:
delete this;