
Display the Connect To Printer dialog
Under Windows NT you can programmatically display the Connect To Printer dialog using one simple API function: ‘ This works only under Windows NT and 2000Private Declare Function ConnectToPrinterDlg Lib “winspool.drv” (ByVal hWnd As _ Long, ByVal flags As Long) As Long’ the 1st argument is the handle of the