IonicWind Software

IWBasic => General Questions => Topic started by: Andy on December 23, 2009, 04:06:26 AM

Title: Undersocre a letter in a button
Post by: Andy on December 23, 2009, 04:06:26 AM
Hi Everyone,

Thanks again for all your help in the past, I have created keyboard shortcuts for my program but I would like a nice way to indicate which letter the user should press.

Example: take a button, button_1 it's text could be - Quit, is there a way to underscore the letter Q ? or something else suitable.

Thanks again,
Andy.


Title: Re: Undersocre a letter in a button
Post by: sapero on December 23, 2009, 05:17:49 AM
Hi Andy, you just need to put an & before the letter which should be underlined: &Quit Q&uit ...
If the underscore is still not visible, then you probably turned this option off somewhere in your system profile (my computer applet). Press ALT key to override it.
Title: Re: Undersocre a letter in a button
Post by: Andy on December 23, 2009, 05:55:25 AM
Thank You so VERY much - yes it works.

Thanks again,
andy.