PDA

View Full Version : Display Message Box



NewsArchive
05-04-2016, 01:42 AM
Hi Friedrich -

It would be handy to have the & on the OK button so we could use Alt+O
as an accellerator key.

Jeff Slarve
www.jssoftware.com
Twitter free since Jan 11, 2016
I'll search help files & Google for you.

Grammar troll's, are the worse.

NewsArchive
05-04-2016, 08:58 AM
Hi Jeff,

> It would be handy to have the & on the OK button so we could use Alt+O
> as an accellerator key.

This is the standard Windows MessageBoxA Windows API. The button's text and
accelerator key comes directly from Windows (and depends on the OS
language). You can't modify the text.

https://msdn.microsoft.com/en-us/library/windows/desktop/ms645505(v=vs.85).aspx

Friedrich

NewsArchive
05-04-2016, 08:58 AM
Or do you mean the "OK" button in the IDE (and not the compiled setup.exe)?

Friedrich

NewsArchive
05-04-2016, 08:58 AM
Hi Friedrich -

The IDE.

Jeff Slarve
www.jssoftware.com
Twitter free since Jan 11, 2016
I'll search help files & Google for you.

Grammar troll's, are the worse.

NewsArchive
05-04-2016, 08:58 AM
Hi Jeff,

>
> The IDE.
>

& on the OK button added! Thank you for your suggestion!

Friedrich

NewsArchive
05-05-2016, 03:04 AM
Thank you, Sir.

There are probably other dialogs that could benefit from that, but
this particular one is what I frequently notice. :)

Jeff Slarve
www.jssoftware.com
Twitter free since Jan 11, 2016
I'll search help files & Google for you.

Grammar troll's, are the worse.