PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD5.5] Get default printer
[WD5.5] Get default printer
Iniciado por m.overduin, 19,jun. 2003 15:43 - 1 respuesta
Publicado el 19,junio 2003 - 15:43
Hello,
I need to know the name of the default printer as defined in the Windows control panel (independent the operating system). How can I get it?
Regards,
Martin
Publicado el 19,junio 2003 - 18:26
extractstring(iniRead("windows","device"),1,",")
should do the job.

Hello,
I need to know the name of the default printer as defined in the Windows control panel (independent the operating system). How can I get it?
Regards,
Martin