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

    Printer Object Problem

    I am using the Printer.Page in my code. The problem is it is keeping it's value between runs! Here is the code. You can see the use of Page to check whether it's the first page or not. I run this code, stop the application, and run it from the IDE, and I find Page has kept it's value...
  2. willrae

    ActiveX not working over LAN

    I have developed an ActiveX control and made an internet package (CAB), which generated an HTML file with the object referenced in it and also a CAB file and a support folder. I used Package Wizard from VB6. It works on the development machine, but wen the HTML file is opened over a LAN, the...
  3. willrae

    HTML

    Does anyone an industry repected provider of qualifications for HTML?
  4. willrae

    Using the Communications control

    Hello I am about to embark on adding barcode scanning capabilites to my app. I need to use the Comm. control for this as the device connects to the serial port. However the sales rep. said there was no driver disk with the scanner. (But he was a lamer...I mean "technically...
  5. willrae

    Why can't I bind the Scripting obje

    Why can't I bind the Scripting object early? I can't seem to find the reference for it! What COM server is it?! Private Sub Form_Load() Const ForReading = 1 Set fs = CreateObject("Scripting.FileSystemObject") Set ts = fs.OpenTextFile("c:\testfile.txt&quot...
  6. willrae

    Component Binding

    I've been asked to explain what Component Binding is. Anyone?
  7. willrae

    VB6

    Anyone know the difference between CreateObject and using New to create an object?
  8. willrae

    CreateObject vs New

    VB6 Anyone know the difference between CreateObject and using New to create an object?
  9. willrae

    Application Deployment

    Hello My program uses an Access 2000 database, and my program references the DAO 3.6 Object Library. It works. When I install onto my test machine, with neither VB or access, I get a runtime error (3633). It works fine on this machine. I'm sure this has something to do with the database...

Part and Inventory Search

Back
Top