Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Save settings in windows Printer default
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
Save settings in windows Printer default
Divers
Thread ID:
00886657
Message ID:
00886657
Vues:
49
Hi all,


I want to be able to save settings printers and to save them ¶
in the default printer.

I can change the settings with the api ones like :
PROCEDURE OpenDialog
  * showing printer settings dialog
  LOCAL lnretval
 lnretval = DocumentProperties(hWindow, hPrinter, cPrinter,;
    @cDevmode, @cDevmode, DM_IN_PROMPT+DM_IN_BUFFER+DM_OUT_BUFFER)
    RETURN lnretval
ENDPROC
How definitively save the changes in the printer of Windows to use it with another apllication ?

Thanks in advance for help
Sorry for my poor English...

bernhart
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform