PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV 2024 → [WD5.5] Get default printer
[WD5.5] Get default printer
Iniciado por m.overduin, jun., 19 2003 3:43 PM - 1 resposta
Publicado em junho, 19 2003 - 3:43 PM
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 em junho, 19 2003 - 6:26 PM
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