Hi!
I use the API function "SendMessage" inorder to widen my ComboBox Object. My problem is that I want that the ComboBox will be widen to the left side and not to the right side!
How can I do that?
Thank you
Printable View
Hi!
I use the API function "SendMessage" inorder to widen my ComboBox Object. My problem is that I want that the ComboBox will be widen to the left side and not to the right side!
How can I do that?
Thank you
Don't think you can.
The Top and Left properties stay the same when u resize the combobox and only it's width changes, which means it will resize to the right. U cud resize it then move it left, or move left then resize...