Craigsander in:
Home > Forum Areas > Programmers > Languages > Visual Basic(Microsoft) -Version 5 & 6 Forum
How do i tell if an app is running?
thread222-236844
RE: http://support.microsoft.com/default.aspx?scid=kb;en-us;Q176391 May have...
Craigsander in:
Home > Forum Areas > Programmers > Languages > Visual Basic(Microsoft) -Version 5 & 6 Forum
How do i tell if an app is running?
thread222-236844
RE: http://support.microsoft.com/default.aspx?scid=kb;en-us;Q176391 May have...
Craigsander in:
Home > Forum Areas > Programmers > Languages > Visual Basic(Microsoft) -Version 5 & 6 Forum
How do i tell if an app is running?
thread222-236844
RE: http://support.microsoft.com/default.aspx?scid=kb;en-us;Q176391 May have...
Niv3K's suggestion worksin closing the EXE, however, I now occasionally get a RunTime automation error which i cannot kill by automation. So I still have the problem that I can not fully automate the process. I do not care if the process fails, as I have other code that determines the age of...
The web site has created a transaction identifiction Cookie. It is needed in the response, How do I extract it and how do I attach it to the INET response?
I have parsed the HTML and created the necessary, very long, GURL, but I have never run into the cookie requirement. How much of the...
Neither of the above two suggestions seem to work.
Althought this is a data base, I do not query or change any data through this Call. I only ask for the supplier of the data to download new data and they update the database. Then, the EXE closes the internet access. But I do need to close...
See the three lines following the text in RED, thanks, Jim
Option Explicit
Private Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
Private Declare Sub keybd_event Lib "user32" _
(ByVal bVk As Byte, ByVal bScan As Byte, ByVal dwFlags As Long, ByVal dwExtrInfo...
The reply by LegoPiece works only if I add a command BUTTON and MANUALLY initiate the activataion. I want to activate the exe WITHOUT any manual interaction, activate it when the VB code gets to subroutine. Additionally I have the problem that when I do get the prgram to run with the command...
I have a commercial exe that I want to open and activate, How?
I have the XXXX.exe on the form and can drag the curser over it and hit return. It opens and executes. How do I do the same from the code withOUT my manual action. I want to run this program automaticallly.
I tried this and got absolutely nothing in response, Winniepough, the author
Private Sub Load_Form()
On Error GoTo ErrorCreating
UpdateDataBase = CreateObjext(XXXXX) 'OLE method to access XXXXX.exe
vbOLEActivateAuto (3)
SendKeys "%(D)", False '"ALT + D", DataBase...
I can link or create obj of the xxx.exe. I need to send a series of alt_char's to control the exe. Then when it finishes it often leaves a pop-up in focus that needs to be closed before I can close the original exe. How do I do all this? Thanks
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.