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 Shaun E 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 KLZ1

  1. KLZ1

    VB Access linked tables problem

    I'm not quite smart enough to be a geek, but I have solved that issue in the past by importing the csv file into an Access table instead of linking it. I am assuming that it is linked because the data changes periodically - you could setup a macro that will delete the current table and...
  2. KLZ1

    sendkeys on win2000

    FYI, the keybd_event API gets arount the win2000 bug with sendkeys, but I still can't find a way to get around a locked screen saver..it will not accept an internal keybd_event.
  3. KLZ1

    sendkeys on win2000

    That was next on my list - I just wanted to be sure that I was on the right track! Thanks for your prompt help!! If I ever get proficient at this, I would be happy to return the favor!!
  4. KLZ1

    sendkeys on win2000

    Thanks. I saw that, but thought that it was for win 2000 sp1 only. I guess I will keep attempting the PostMessage API workaround.. Any ideas on the locked screensaver issue??
  5. KLZ1

    sendkeys on win2000

    Hello all! I am looking for a way to automate the execution of several software packages using vb. I have created a solution using sendkeys which works during design time, but at run time, drop down menus will not function when using win2000 sp2 (i.e. %f does not open a menu). It works under...

Part and Inventory Search

Back
Top