G
Galen Somerville
I have a user control with a Panel and five Labels. The end result is a
circular volume control (no actual circle is shown). The Size is 90,97
I fire up VB2005, Select Windows Application, add a couple of buttons and my
user control. The buttons are just to run the code that sets the volume to a
preset value.
The control displayed is the correct size (90,97). Everything works as
expected. I can even grab the volume pointer and drag to some other setting.
Now I load up my application and go to the proper form. I place the user
control, from the toolbox, onto my form. The size becomes 105, 119 (not the
expected 90,97). I cannot change the size !! Notice that the aspect ratios
are not the same.
I've tried setting it to Autosize=True and GrowandShrink. Nothing helps.
Where oh where did I go wrong?
GalenS
circular volume control (no actual circle is shown). The Size is 90,97
I fire up VB2005, Select Windows Application, add a couple of buttons and my
user control. The buttons are just to run the code that sets the volume to a
preset value.
The control displayed is the correct size (90,97). Everything works as
expected. I can even grab the volume pointer and drag to some other setting.
Now I load up my application and go to the proper form. I place the user
control, from the toolbox, onto my form. The size becomes 105, 119 (not the
expected 90,97). I cannot change the size !! Notice that the aspect ratios
are not the same.
I've tried setting it to Autosize=True and GrowandShrink. Nothing helps.
Where oh where did I go wrong?
GalenS