I have a combo box on a vb 6.0 app when the form is resized the combo1 changes location. Can you tell me how to make the combo1 stay in the same location when resizing. by the way it changes sizes correctly it just moves location.
Thanks,
D.A.
Printable View
I have a combo box on a vb 6.0 app when the form is resized the combo1 changes location. Can you tell me how to make the combo1 stay in the same location when resizing. by the way it changes sizes correctly it just moves location.
Thanks,
D.A.
What's the code you are using for when the form is resized? Perhaps you have a Combo1.Left = .... or a Combo1.Top = .... in the code somewhere because a Combobox or any control should not move unless you make it.