المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Solved : Resize ComboBox Window



C++ Programming
09-26-2011, 04:11 PM
Hello everybody,

i am having a combobox (created manually using resource tool) in a dialog box.
during runtime, i need to increase the width of the combobox window (not the drop down width). option is given for setting drop down width only. but i need to increase (or decrease) the width of the originally created combobox.

Is that possible?
i am using vs 2008 and win32 API.

Thanks in advance.
Regards
A. Gopinath.

Never mind. tried with MoveWindow(), its working fine.
Thanks again.