Results 1 to 4 of 4

Thread: Specify where the underscore goes

  1. #1
    Join Date
    Feb 2002
    Location
    Irvine, CA
    Posts
    32

    Specify where the underscore goes

    How can I specify what letter gets the underscore?
    I tried the '&' but it didn't work.
    Thanks,
    Miles

  2. #2
    Join Date
    Jan 2002
    Posts
    135
    In what context?
    Mats Manhav at Moonsea Software
    InstallDialogue - Tool for customised dialogs in IS Pro and IS Developer
    http://moonsea.com

  3. #3
    Join Date
    Feb 2002
    Location
    Irvine, CA
    Posts
    32
    This is the issue that I have:

    I am writing my application to the Menu that is viewed by 'right-clicking' on the "My Network Places"

    Once the installer has completed. The application appears in that menu.
    So I have something like this:
    Open
    Explore
    MyApplicationHere

    However the HOTKEY or shortcut key is under the letter M
    I want it to be the letter H

    How can I change that?

    thanks,
    Miles

  4. #4
    Join Date
    Mar 2002
    Location
    New York
    Posts
    636
    Hi,

    If you want to make some letter a Hotkey, then place '&' just before it.

    SO, in your context, you should use:

    MyApplication&Here

    This will place the Underscore under 'H'.

    Enjoy..
    Thanks.

    "In theory, there is no difference between theory and practice. But in practice, there is." - Yogi Berra

Posting Permissions

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