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 Mike Lewis 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: MCH
  • Order by date
  1. MCH

    Copy Files

    How to implement copying files from one path to another in VB6? I don't want to use xcopy.exe from calling DOS prompt!! Anyone can help me for this? Thanks MCH
  2. MCH

    Help!!

    Data report application developed from DE. and install another PC. But, when showing data report,error "Failed getting Rowset(s) from data source" appears and break out! I have checked DAO drivers (Target PC) and can't found any problem. Please help me to solve it! mch
  3. MCH

    Why two DLL versions in Deployment Package?

    You can use regsvr32.exe to register or unregister DLL file eg.register: regsvr32 "c:\windows\system\msjet35.dll" unregister: regsvr32 /u "c:\windows\system\msjet35.dll" mch
  4. MCH

    Reports in VB 6

    Seagate Crystal Report Designer Component is very useful.
  5. MCH

    about changing Printer Setting

    Dim x As Printer For Each x in Printers If x.DeviceName = "Laser Jet" Then x.Orientation = vbPRORLandscape Exit For End If Next This code cause "Orientation property is read-only" error? How to change specified printer's...
  6. MCH

    How to set paper orientation by programming?

    I want change the paper orientation while printing but no affect on the default printer setting. How to code the program to perform it? Thanks! mch
  7. MCH

    How to change system's registry?

    How to code the program to change system's registry? eg. register DLL files...

Part and Inventory Search

Back
Top