Solved : Resize ComboBox Window
-
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.
-
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.
Try with using CWnd::SetWindowPos[^] or CWnd::MoveWindow[^].
> The problem with computers is that they do what you tell them to do and not what you want them to do. < > If it doesn't matter, it's antimatter.<
-
Try with using CWnd::SetWindowPos[^] or CWnd::MoveWindow[^].
> The problem with computers is that they do what you tell them to do and not what you want them to do. < > If it doesn't matter, it's antimatter.<