The code below used to work but is now throwing the following error:
'Trying to revoke a drop target that has not been registered'.
//Code Start
WebBrowser1.Navigate strFilePath
' stall logic here to allow browser to navigate to
' file (strfilepath is the location of the file)...
Has anyone run into this?
I use the same recordset over in a processing loop by just closing it.
' CHECK RECORDSET STATE, IF OPEN THEN CLOSE
If objAdoMP08RecordSet3.State = adStateOpen Then
objAdoMP08RecordSet3.Close
End If
strQuery = "select pieces_per_pad_qty...
Looking for a way to print a barcode label to a zebra printer through a USB using the shell command the shell command.
Here is the code that works for com or LPT1
shell "cmd /c copy testfile.ext LTP1"
or
shell "cmd /c copy testfile.ext COM1"
Thanks in advance for any help.
Keith
Is there a way to set the file transfer mode from binary to ascii using the inet control?
I have looked over the properties and methods but can't find anything.
Thanks in advance.
Keith
Can someone provide some sample code on how to kill a running process using the PID?
I already have a function to determine if the process is running and return the PID.
This is for when a process has crashed and is still running in the background. I have an automated program that downloads new...
Can anyone supply some VB sample code or know of an API that can determine if a certain process is currently running?
I am kicking off a remote exec session from a mainframe job using Entire X, which in turn starts a client based MES program, logs in and starts a specified job which queries a...
Can anyone supply some VB sample code or know of an API that can determine if a certain process is currently running?
I am kicking off a remote exec session from a mainframe job using Entire X, which in turn starts a client based MES program, logs in and starts a specified job which queries a...
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.