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