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 John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ohmygod

  1. ohmygod

    Menu Bar Color?

    I don't know if it helps you but have you had a look at the SetSysColors and GetSysColor API's
  2. ohmygod

    Using Crystal Reports via VB6

    I found a fix here :- http://www.hammerapps.com/techtips/techtipsasp/techtipsdynamic.asp?TTID=107
  3. ohmygod

    Right Arrow Key

    SendKeys "{DOWN}", True True means keystrokes must be processed before control is returned to the procedure.
  4. ohmygod

    What is the syntax to send a Ctrl&Tab using Sendkeys?

    Basically I want to automate a reporting task that currently takes about 20 minutes to complete manually. The reports are currently created via a third party financial package that I use at work and runs on my P.C. I am hoping to automate it by running a Visual Basic exe to make various...
  5. ohmygod

    What is the syntax to send a Ctrl&Tab using Sendkeys?

    I tried SendKeys "^" & vbTab and opther similar conatations but it only tabs to the next field in the window. What I have is a running application window that is split into three sets of fields via 'folder style' tabs towards the top of the Window. Normally you would click on each...
  6. ohmygod

    What is the syntax to send a Ctrl&Tab using Sendkeys?

    I want to send a Ctrl and Tab (Press Tab while holding down control) to another application. I have tried various ways but the application appears to only TAB. I need to Ctrland Tab to get to another part of the Window. Any ideas ?

Part and Inventory Search

Back
Top