I want to be able to have commmand buttons on my form that has a picture to the right of the text instead of having the picture above the text. What should I do?
Printable View
I want to be able to have commmand buttons on my form that has a picture to the right of the text instead of having the picture above the text. What should I do?
Maybe if you stretch the command buttons wide but short the picture and the text will automatically go to the same line?
bob
Or use different OCX that should be shipped with VB: Microsoft Forms 2.0 Object Library. It has PicturePosition Property, where you can change the place of the picture on the command button.
HTH
Resizing the command button isn't working here. stretching, scrunching, or whatever, the text is still under the picture and not to the side of it
Thanks QWERTY. It looks like that is what I need