Mnemonic
-
Hi, I am using Mnemonic with label controls. I have set UseMnemonic true. In design time underline character appears but in runtime , underline character appears only after pressing Alt key not before that. What I am missing? Any clue? Regards, Rajeev
-
Hi, I am using Mnemonic with label controls. I have set UseMnemonic true. In design time underline character appears but in runtime , underline character appears only after pressing Alt key not before that. What I am missing? Any clue? Regards, Rajeev
Isn't that the normal behaviour. With the exception of Office applications, everything else on my PC only shows the underline when the alt key is pressed. (Office applications, if you didn't already know, are developed using their own GUI toolkits separate from Windows - normally they are a little ahead of the curve, but when the Windows GUI catches up it does things a little differently) ColinMackay.net "Man who stand on hill with mouth open will wait long time for roast duck to drop in." -- Confucius "If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell
-
Hi, I am using Mnemonic with label controls. I have set UseMnemonic true. In design time underline character appears but in runtime , underline character appears only after pressing Alt key not before that. What I am missing? Any clue? Regards, Rajeev
Its a windows setting. Look under display properties, appearance, effects, last option, untick that :)
-
Its a windows setting. Look under display properties, appearance, effects, last option, untick that :)
Thanks Man, It works...:) Regards, Rajeev