Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Specifying printers
Message
De
14/09/2004 12:38:46
 
 
À
14/09/2004 11:13:07
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, États-Unis
Information générale
Forum:
ASP.NET
Catégorie:
Rapports
Divers
Thread ID:
00941914
Message ID:
00941960
Vues:
16
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform