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!

Search results for query: *

  1. jaloes

    Problems with sendkeys and openprocess

    I'm sure that is the problem, but I don't know how to solve it, I'm trying in many ways but it doesn't work and my system is locked until start key is pressed
  2. jaloes

    Problems with sendkeys and openprocess

    I'm trying to start a database application with a call to shell. When a dialog box is opened for a password, I try to suply it through Sendkeys. The following code opens correcly the database, BUT the computer blocks until the Start key is pressed (a way to do it, only). routeAcc =...
  3. jaloes

    Open a secured via access database password

    OK, I tried doing it in two ways: Via system call, sendkeys doesn't work properly : Private Declare Function OpenProcess Lib "kernel32" (ByVal _ dwDesiredAccess As Long, ByVal bInheritHandle As Long, ByVal _ dwProcessID As Long) As Long Private Declare Function CloseHandle Lib...
  4. jaloes

    Open a secured via access database password

    Thanks, but it doesn't work. My application does't open at all. With similar code with opendatabase and currentdatabase methods of access.application it works properly, but, ... when the access object is destroyed with the end of the exe code, the access application closes also. That is the...
  5. jaloes

    Open a secured via access database password

    I'm trying to open a Ms Access 2000 db secured via de database password from an executable program created with vb6. The problem is : When the database is open, then visual basic program must be ended without ending Access by destroying then Access.database object. I don't see the way to do...
  6. jaloes

    Open a secured via access database password

    I'm trying to open a Ms Access 2000 db secured via de database password from an executable program created with vb6. The problem is : When the database is open, then visual basic program must be ended without ending Access by destroying then Access.database object. I don't see the way to do...

Part and Inventory Search

Back
Top