Windows C dialog resizer
This page provides开发者_JAVA百科 lots of libraries to handle item resizing and re-adjustment, but they're all for C++. Is there anything I can use for plain C?
You can call MoveWindow() do not only move but also resize Windows and Dialogs:
http://msdn.microsoft.com/en-us/library/ms633534%28VS.85%29.aspx
精彩评论