Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. srbentley

    support of edit keys via menu shortcuts

    Everything works great, with one exception. Any ideas on supporting the edit undo command?
  2. srbentley

    Color Selection

    Does anyone know of a better ActiveX control to use to allow a user to pick colors? The commondialog only has 64 colors I believe. I need a color picker that has 256, much like the way you can pick colors on a Palm IIIc. Thanks! Steve
  3. srbentley

    SHELL command problems

    Does ShellExecute have significant differences than using the Shell command inside of VB?
  4. srbentley

    SHELL command problems

    Hey. In order to print to an old DOS printer from a Win VB program I wrote a Turbo Pascal print spooler (due to font compatibility problems) that I run from the Shell command in VB. The Turbo Pascal program aborts when trying to open LPT1, yet if I run the program directly from a Command prompt...
  5. srbentley

    support of edit keys via menu shortcuts

    James, Thanks for the code. I haven't used the Screen object very much and wasn't aware of the ActiveControl property. Sure makes things much easier. Thanks again. Steve
  6. srbentley

    support of edit keys via menu shortcuts

    The VB app wizard unfortunately just gives you dummy code to replace. By using the clipboard object I guess I'll have to keep track of which text field has focus. Then I'll know whose text to put in the clipboard. Then I can copy, cut, paste. Undo will be a little harder.
  7. srbentley

    support of edit keys via menu shortcuts

    I'm trying to make my UI nice and professional and add an Edit menu like most Win programs have. If the user doesn't know about Ctrl-X for cutting for example, they need to use Cut from the Edit menu. However, I'm not sure what to do at that point. I tried SendKey {^}x (Ctrl-X) but that...

Part and Inventory Search

Back
Top