Re: Dictionary help
Steve wrote:
I'm currently working on a little database type program is which I'm
using a dictionary to store the information. The key is a component a and
the definition is a list of parts that make up the component. My problem
is I need to list out several components, but not all, and there
associated parts to a printer. Not having any luck. I can list them to
the screen but not the printer. Any help/ideas would be appreciated.
Steve
Windows or Linux or Mac. Printers are handled differently on different
platforms. On Windows you can simply open LPT1, LPT2 or LPT3 as a file and
write to it (for simple printing). For more complex "Windows" printing you must
use Win32 extensions or something like wxWindows.
-Larry
.
Relevant Pages
- Re: Dictionary help
... using a dictionary to store the information. ... Windows or Linux or Mac. ... printing you must use Win32 extensions or something like wxWindows. ... I'm currently using Linux. ... (comp.lang.python) - Re: Determining Available Paper Sizes on Printer
... I looped through only the sizes given in the VB ... I'm afraid printing in Windows is still not an exact science, at least as far as paper sizes or special printing arrangements is concerned. ... Some printers are bristling with sensors that detect the size of paper in each available tray and some are not, and even for those that are there is still no "standard" way of communicating such information to Windows. ... Or in fact it could be that the printer driver you are using is a "generic for the model range" driver that can be used for various models in the range. ... (microsoft.public.vb.general.discussion) - RE: Problems Printing After XP Upgrade from 98SE
... following steps to clean the printer subsystem completely on the ... Windows NT Fax Monitor ... AppleTalk Printing Devices ... | workstation, but if I do that, I'll have to create the queue and re-share ... (microsoft.public.windowsxp.help_and_support) - RE: Problems Printing After XP Upgrade from 98SE
... everyone is still printing fine. ... When we are experiencing the problem, local and remote jobs fail in the ... All Windows XP clients that are using the printer experience the same ... workstation, but if I do that, I'll have to create the queue and re-share it ... (microsoft.public.windowsxp.help_and_support) - Re: Poor real time operation in DOS emulation mode
... problems on Windows 2000/Windows XP/Windows 2003 and Windows Vista. ... do not support text ROM fonts. ... Terminal Server Printing redirection, ... MINIMAL CPU USAGE! ... (microsoft.public.windowsxp.general) |
|