Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to programmatically install printer driver?
Message
 
To
11/08/1999 10:11:24
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00252504
Message ID:
00252601
Views:
9
>Does anybody have an idea how I can install a printer driver programmatically from visual foxpro?
>
>Any ideas will be appreciated !
>
>Thank you
Public Declare Function PrinterProperties Lib "winspool.drv" Alias "PrinterProperties" (ByVal hwnd As Long, ByVal hPrinter As Long) As Long

Public Declare Function AddPrinter Lib "winspool.drv" Alias "AddPrinterA" (ByVal pName As String, ByVal Level As Long, pPrinter As Any) As Long

Public Declare Function AddPrinterDriver Lib "winspool.drv" Alias "AddPrinterDriverA" (ByVal pName As String, ByVal Level As Long, pDriverInfo As Any) As Long

These are referenced in the Windows API. I don't know how to implement them, but they might get you on the right track.


Wayne
Wayne Myers, MCSD
Senior Consultant
Forte' Incorporated
"The only things you can take to heaven are those which you give away" Author Unknown
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform