|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Mnemonics for Buttons with symbols onI've got some Buttons with arrows on them, creating using the WingDings
font and the relevant .Text value. These will represent "Add" and "Remove" operations in the finished application, so I'd like to associate Alt-A and Alt-R to satify my keyboard junkies. Fine if my button Text's were "&Add" and "&Remove", but ChrW(233) doesn't quite fit the bill. Do I have to do this with a hidden Menu item, or is there some "clever" way of getting my button to "click" when they press Alt-A/R? TIA, Phill W. Phill,
You should in my idea never use extended ASCII codes as key values. I live in a small country "The Netherlands" and here are at least 2 sets of code tables used. (437 and 850). I cannot imagine that a small country as Holland has that alone. Just my thought, Cor Cor Ligthert [MVP] wrote:
> Phill, OK, I accept that it's not the "best" way to do things, but I really > > You should in my idea never use extended ASCII codes as key values. > > I live in a small country "The Netherlands" and here are at least 2 sets of > code tables used. (437 and 850). I cannot imagine that a small country as > Holland has that alone. > > Just my thought, > > Cor don't want to start creating bitmaps for every button that needs an arrow on it. My question remains ... Regards, Phill W. Phill,
You have in my idea to use the unicode charater for this. Because I am at the moment after a dutch computer and always forget what it is, I am always in trouble. But Mike added this week this path to the same message like this for English users.. Programs > Accessories > System Tools > Character Map There you can find that unicode character. I hope this helps, Cor Show quoteHide quote "Phill W." <p-.-a-.-w-a-r-d@o-p-e-n-.-a-c-.-u-k> schreef in bericht news:ee3aia$nb8$1@south.jnrs.ja.net... > I've got some Buttons with arrows on them, creating using the WingDings > font and the relevant .Text value. These will represent "Add" and > "Remove" operations in the finished application, so I'd like to associate > Alt-A and Alt-R to satify my keyboard junkies. > Fine if my button Text's were "&Add" and "&Remove", but ChrW(233) doesn't > quite fit the bill. > > Do I have to do this with a hidden Menu item, or is there some "clever" > way of getting my button to "click" when they press Alt-A/R? > > TIA, > Phill W.
About IDisposable.Dispose()
How can I make a copy of my collection? how to write ? java developer wants to learn VB.NET Mail merge from word using sql server express and vb.net 2005 Referencing an Enum with Embedded Spaces Display compiled HTML help file in VB.NET app Treeview (Eric Moreau) Licensing with Plimus Running and Controling another Application via VB.net Application |
|||||||||||||||||||||||