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...
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...
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 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.