Hi,
I want to change the shape of a command button into ellipses and triangles for a flow chart program.
Can anyone please help?
Thanks
MJK
Printable View
Hi,
I want to change the shape of a command button into ellipses and triangles for a flow chart program.
Can anyone please help?
Thanks
MJK
Hi MJK:
Just a thought from a novice...why not use triangle/elipse image and write your code to the image
Image1_Click()
'do whatever
Possibility?
Graham
junior member