Results 1 to 6 of 6

Thread: Display Message Box

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default Display Message Box

    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.

  2. #2

    Default Re: Display Message Box

    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/lib...(v=vs.85).aspx

    Friedrich

  3. #3

    Default Re: Display Message Box

    Or do you mean the "OK" button in the IDE (and not the compiled setup.exe)?

    Friedrich

  4. #4

    Default Re: Display Message Box

    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.

  5. #5

    Default Re: Display Message Box

    Hi Jeff,

    >
    > The IDE.
    >

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

    Friedrich

  6. #6

    Default Re: Display Message Box

    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.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •