What are the good layout managers for MFC apps ?
|
1
|
|
|
|
|
|
For MFC dialogs, have a look at ResizableLib. |
||
|
|
I found this: http://www.codeproject.com/KB/MFC/UltimateToolbox_Layout.aspx I'm looking for the same thing. I doubt Microsoft will ever come up with anything as nice as glade. It truly sucks developing for windows. |
||
|
|
|
I have been using http://www.codeproject.com/KB/dialog/layoutmgr.aspx for years, it's great. I have yet to find a situation where I can't get a certain layout done with this class. The only thing I 'miss' is a visual layout designer, but I don't think there's a layout manager that has one. |
||
|
