Intelligent control resizing.
-
Hello, I have a application UI developed using MFC, however the contents of the controls i.e. strings that needs to be displyed on the various controls(static texts, buttons, lilst boxes etc.) on the dialog boxes are determined at run time. So I need a Intelligent control resizing and positioning utility so that asthetics of the dialog box is maintained when one or the other control is stretched from its statically designed area. This utility is also required for other purpose : I wish to internationalize my application and I do not want to maintain seperate resource DLL for each language supported by my application. Any pointers or clues in this direction will be helpfull. Thanks Suyash
-
Hello, I have a application UI developed using MFC, however the contents of the controls i.e. strings that needs to be displyed on the various controls(static texts, buttons, lilst boxes etc.) on the dialog boxes are determined at run time. So I need a Intelligent control resizing and positioning utility so that asthetics of the dialog box is maintained when one or the other control is stretched from its statically designed area. This utility is also required for other purpose : I wish to internationalize my application and I do not want to maintain seperate resource DLL for each language supported by my application. Any pointers or clues in this direction will be helpfull. Thanks Suyash
http://www.codeproject.com/dialog/easysize.asp[^] http://www.codeproject.com/useritems/SizingDialog.asp[^] http://www.codeproject.com/dialog/resizabledialog.asp[^] These may help you SaRath.
"Don't Do Different things... Do Things Differently..." Understanding State Pattern in C++ -
http://www.codeproject.com/dialog/easysize.asp[^] http://www.codeproject.com/useritems/SizingDialog.asp[^] http://www.codeproject.com/dialog/resizabledialog.asp[^] These may help you SaRath.
"Don't Do Different things... Do Things Differently..." Understanding State Pattern in C++Hi Sarath, Thanks, its of great help, in particular http://www.codeproject.com/useritems/SizingDialog.asp, Though it doesn't solve my problem completely, i can re-use it. However I still feel there should be some utility developed particularly for my problem, as its very generic requirement for multilingual application if we do not wish to maintain seperate resource dlls. Anyways, Thanks much. Regards Suyash