Hi all,
I created a form with designer.
Then Ineed to change the image button by code. No problem for it.
New image has a different ratio, then I need to change button width by code.
I do it Sub Initialize.
MyButton.width=MyButton.height*4.5
it doesn't work!!!
Why?
Thanks
Marco
I created a form with designer.
Then Ineed to change the image button by code. No problem for it.
New image has a different ratio, then I need to change button width by code.
I do it Sub Initialize.
MyButton.width=MyButton.height*4.5
it doesn't work!!!
Why?
Thanks
Marco