Prev Previous Post   Next Post Next

Printer driver port

Posted: 09-18-2003, 10:13 PM
I have a button that launches an application. before this app is run, i need
to change the port the printer is connected to, and when it is finished
executing, i need to change it back to what it was.

heres the code snippet that runs the app:
case IDC_BTNOPEN:
{
GetWindowsDirectory(lpszSystemInfo,256);
wcscat(lpszSystemInfo,logostr);
_wspawnl( _P_WAIT,lpszSystemInfo, NULL );
}
break;


Reply With Quote

Responses to "Printer driver port"

 
LinkBack Thread Tools Display Modes
 


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


Similar Threads
Thread Thread Starter Forum Replies Last Post
communications port com 1 device driver theone30401 Windows XP Device Drivers 0 09-07-2003 11:56 PM
EPP printer port jorge Windows XP Printers / Scanners / Fax 0 09-05-2003 04:21 AM
USB Printer Port Gary Windows XP Printers / Scanners / Fax 1 08-31-2003 12:15 AM
Printer Port missing in Add Printer Wizard Cyberdreamer Windows XP Printers / Scanners / Fax 0 08-03-2003 03:30 AM
Epson Parallel Port Driver Ian Windows XP Printers / Scanners / Fax 1 07-31-2003 02:27 PM