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 bkrike 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: dosun
  • Content: Threads
  • Order by date
  1. dosun

    ADO CONNECTION PROBLEM IN VB 6

    I am getting the following error with the code below: "Error 430 Class does not support Automation or does not support expected interface" I have used this code in many VB6 programs, and never had a problem until a few days ago (I am now having the problem on a Customer's Windows XP workstation...
  2. dosun

    Printing to an HP Deskjet from VB6

    I have problems with print alignment, printing from VB6 to an HP Deskjet. (I have problems with any deskjet.) I use a Courier (fixed-length) font and print a fixed-length string using the command: Printer.Print strText (strText is a fixed-length string) I have no problems printing to...
  3. dosun

    Problem with Wshshell.run

    When I execute the commands below in vbscript, I get vbscript error 2147024894 - system cannot find the file specified. (If I change "Test Company" to "TestCompany", the script runs OK. I would prefer to not have to do that.) Note: The reason I included "1...
  4. dosun

    Setting a variable to pass to an application

    I am calling VB script from an application. The script calls a VB 6 program which does calculates total freight and outputs the total to a text file. After the VB6 program finishes, I need to be able to set a variable(in vbscript) to pass back to the application. I need to set the variable to...
  5. dosun

    Need to call VB6 from VBScript

    Is there an easy way to call a VB6 program(.exe) from vbscript ?

Part and Inventory Search

Back
Top