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
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 =...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.