VTBadfish
01-02-2004, 09:32 AM
I'm trying to display a '&' symbol on a button and for some reason I can't get it to. I'm guessing the compiler is assuming that I'm using it for a shortcut like it does for menus but I am not. How can I get my ampersand to show up? Thanks~!
GMan_NC
01-02-2004, 09:39 AM
Use 2 ampersands
Like Bread && Butter would come up as Bread & Butter
reboot
01-02-2004, 09:40 AM
Use two of them. "This && That"
xtremist525
01-02-2004, 11:15 AM
If you don't want an ampersand to be interpreted as an accelerator key, you can set the UseMnemonic property of the button to "false."
:D
reboot
01-02-2004, 11:30 AM
Well, that would work except for the fact that that buttons don't have a UseMnemonic property....