![]() |
| ||
| HELPPPPPPPP, Need to know about Windows XP and QuickBasic USB printer driver access :eek: My Dad has been working on a program and since he isn't online, he is having me ask you all for HELP !!!!! How do you access the USB printer driver included in Windows and be able to use that information to print application programs using QuickBasic 4.0 ? |
| ||
| Re: HELPPPPPPPP, Need to know about Windows XP and QuickBasic USB printer driver access i dont think quickbasic can |
| ||
| Re: HELPPPPPPPP, Need to know about Windows XP and QuickBasic USB printer driver access *switch to VB!* or a better language like C, C++, or Java. |
| ||
| Re: HELPPPPPPPP, Need to know about Windows XP and QuickBasic USB printer driver access Quote:
If he is just trying to print to a USB printer then he can use the NET USE Command from the DOS prompt like this: :>net use lpt1 \\[Server]\[Shared Printer]\ /persistent:y OR He can use a third party program like DOSPrint from www.andtechnologies.com/dosprint.html |
| ||
| Re: HELPPPPPPPP, Need to know about Windows XP and QuickBasic USB printer driver access that assumes the printer is actually assigned to a DOS accessible printer port rather than a network URI (which is quite possible with USB printers). |
| ||
| Re: HELPPPPPPPP, Need to know about Windows XP and QuickBasic USB printer driver access Wait do you mean like "lprint "W/e" |
| ||
| Re: HELPPPPPPPP, Need to know about Windows XP and QuickBasic USB printer driver access Specifically what command within a QB4.5 basic program with send output to a printer rather than the DOS screen when running a compiled QB program within XP. Obviously "LPRINT" does not do it. |
| ||
| Re: HELPPPPPPPP, Need to know about Windows XP and QuickBasic USB printer driver access Quote:
File$ = "LPT1:" Do not forget to use the form feed, CHR$(12) !!! Printing starts as soon as the close command is received, if you do not, then there can also be a pause depending on the type of printer you are useing, ie Dotmatrix... |
| ||
| Re: HELPPPPPPPP, Need to know about Windows XP and QuickBasic USB printer driver access These articles explains either how to speed up printing from DOS to Windows printers (without changes to the Basic source) or how to let Basic programs printing to GDI Windows printers. Regards, Davide Guolo aSwIt s.r.l. |
| ||
| Re: HELPPPPPPPP, Need to know about Windows XP and QuickBasic USB printer driver access Alright, this thread is more than a year old. |
| All times are GMT -4. The time now is 9:25 am. |
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC