Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Printing and Print Spooler
Message
 
 
À
07/04/2005 08:41:42
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
01002173
Message ID:
01002232
Vues:
31
>Hi Anatoliy,
>this is my main problem - to get a printer's device context.
>How can i use CreateDC or PrintDlg?
DECLARE INTEGER CreateDC IN WIN32API ;
  INTEGER lpszDriver, ;
  STRING @ lpszDevice, ;
  INTEGER lpszOutput, ;
  INTEGER lpInitData
DECLARE INTEGER DeleteDC IN WIN32API INTEGER hDC
nHDC = CreateDC(0,"MyWinPrinterName",0,0)
...
=DeleteDC(nHDC)
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform