HotKey Indicator
-
I have a Winform with a button. The Button Text is set to &RUN. When I open the application the Button does not Display RUN until I hit the Alt key. Is there a way to make this underlined when I open the app. Thanks Joe
That is a windows setting, it can't be changed in you app without effecting the entire system.
only two letters away from being an asset
-
I have a Winform with a button. The Button Text is set to &RUN. When I open the application the Button does not Display RUN until I hit the Alt key. Is there a way to make this underlined when I open the app. Thanks Joe
This sould be a reply..
-
I have a Winform with a button. The Button Text is set to &RUN. When I open the application the Button does not Display RUN until I hit the Alt key. Is there a way to make this underlined when I open the app. Thanks Joe
Hello There is a workaround the problem, even though it will be a diviation of the standards of windows programming - for example you can show your mainmenu at the bottom of your form, but is that right? Anyway.. Handle the
Paint
event of your button and usee.Graphics
object in the handler to draw the line at the appropriate coordinates.Regards:rose: