I can turn on the underline characters in a menu without haqving to press the Alt key like this
ul := True;
systemparametersinfo(SPI_SETKEYBOARDCUES,0,@ul,SPIF_SENDCHANGE);
When I want to turn it off again I do this
ul := False;
systemparametersinfo(SPI_SETKEYBOARDCUES,0,@ul,SPIF_SENDCHANGE)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.