Nov 29, 2005 #1 alexjones Programmer Joined Jul 27, 2001 Messages 132 Location US My command button text includes an ampersand defining a hotkey (e.g., btnAddProject.Text is Add &Project) The "p" works as a hot key, but the underscore doesn't show up on the button. Can I get the underscore to show up?
My command button text includes an ampersand defining a hotkey (e.g., btnAddProject.Text is Add &Project) The "p" works as a hot key, but the underscore doesn't show up on the button. Can I get the underscore to show up?
Nov 29, 2005 #2 Guru7777 Programmer Joined Dec 10, 2003 Messages 331 Location US Just press the Alt key and it will show up. That is the default behavior for that with buttons and on the menus. I don't know if there is anything you can do to change that. ---------------------------------------- TWljcm8kb2Z0J3MgIzEgRmFuIQ== Upvote 0 Downvote
Just press the Alt key and it will show up. That is the default behavior for that with buttons and on the menus. I don't know if there is anything you can do to change that. ---------------------------------------- TWljcm8kb2Z0J3MgIzEgRmFuIQ==
Nov 29, 2005 Thread starter #3 alexjones Programmer Joined Jul 27, 2001 Messages 132 Location US Good enough. Thank you! Upvote 0 Downvote