if you look at the start menu and look at the shutdown button there is an icon next to it.
is there a way to do that with a command button?
(Put an icon next to the words)
Thanx
Printable View
if you look at the start menu and look at the shutdown button there is an icon next to it.
is there a way to do that with a command button?
(Put an icon next to the words)
Thanx
Select an icon in the image property of the button and fix the ImageAlign property to MiddleLeft. After that you only have to write what ever you want in the text property.
I hope it help you,
Álvaro