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 TouchToneTommy 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: *

  • Users: keithf01
  • Content: Threads
  • Order by date
  1. keithf01

    Printing an .htm document using the WebBrowser control

    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)...
  2. keithf01

    ADODB error - Object was open

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

    Print barcode label through USB using shell

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

    Changing from binary to ascii with the INET control

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

    Kill process using PID

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

    determine if a process is running

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

    determine if a process is running

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

Part and Inventory Search

Back
Top