Search results for query: *

  1. J

    Dynamically building shortcuts on dynamic menus

    Okay, I have answered my own question. This ends up getting stored as an integer and when I return that integer I CType it back into a shortcut MyShortcut = CType(MyInteger, shortcut). That's it. Thanks all, Jack
  2. J

    Is a context menu available when I right click a menu?

    Okay I have done some searching on how this is done and have not found any examples. I know that I am probably just missing how to search for it but some help on where to locate one would be appreciated. In the meantime I am still looking and will continue to do so. I might try building a menu...
  3. J

    Dynamically building shortcuts on dynamic menus

    But what if... Wow that's awesome :p I am wondering though if I wanted to continually update the list based on a users choice. For example, a user selects F5 as their shortcut key I would like to store that information in my text file so that the next time the form loads they are not given the...
  4. J

    Is a context menu available when I right click a menu?

    Hello all, I am trying to build an app that has a menu and when the menu item is right clicked I would like the user to be able to either add an item, edit an item, or remove an item, is this at all possible using a context menu. I have not found that a context menu is part of the Main menu...
  5. J

    Dynamically building shortcuts on dynamic menus

    Thanks jmcilhinney, I have gotten this piece written and yes I am storing the integer like you stated. I then use a rather large select statement to determine the shortcut that the user has chosen. Thanks so much for your help. jack-gray
  6. J

    Dynamically building shortcuts on dynamic menus

    Hi All, I have a form that has a Main Menu control and I am adding items to the Menu based on user information stored in a text file. I allow the user to select the shortcut key they would like to use from a combobox and then select the application they would like to start from a browse button...
Back
Top