Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Printing and Print Spooler
Message
 
 
To
07/04/2005 08:41:42
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
01002173
Message ID:
01002232
Views:
38
>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--
Previous
Reply
Map
View

Click here to load this message in the networking platform