Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Specifying printers
Message
From
14/09/2004 12:38:46
 
 
To
14/09/2004 11:13:07
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, United States
General information
Forum:
ASP.NET
Category:
Reporting
Miscellaneous
Thread ID:
00941914
Message ID:
00941960
Views:
15
Mike,

I've haven't used WinNT 4.0 in ages and don't have the ability to test the following, so this may not help, but it may be worth a try.

As part of my print dialog, I populate a list of printers into a combo box, like so...
using System.Drawing.Printing;

foreach(String pkInstalledPrinters in PrinterSettings.InstalledPrinters) 
			cmbPrinters.Items.Add(pkInstalledPrinters);


Whichever selection the user makes, I use that when I tell Crystal where to print. Again, don't know if that will help, but you can give it a try.

Kevin
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform