vote up 3 vote down star
1

What are the good layout managers for MFC apps ?

flag

47% accept rate

3 Answers

vote up 1 vote down check

For MFC dialogs, have a look at ResizableLib.

link|flag
+1 a happy long-time user ;-) – fretje Jun 2 at 17:14
Thanks man. giving it a try – Attilah Jun 3 at 9:26
vote up 0 vote down

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.

link|flag
i'll check it out. sometimes, i'm so fed up with this MFC thing. it doesn't make life easier . thanks. – Attilah Jun 6 at 13:27
vote up 1 vote down

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.

link|flag
thanks, man. i'm looking into it. – Attilah Jun 3 at 9:27

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.