Home > Archive > Clarion > December 2006 > name of default printer in status bar
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
name of default printer in status bar
|
|
| ikonjevic 2006-12-15, 7:55 am |
| i need help, i want display name of windows dwfault printer in status bar
and his status(ofline, ready etc.)
ivica
| |
|
| Hi Ivica
PRINTER{PROPPRINT:Device} returns name of default printer. So you can
display it in Status bar just like Guy said in thread before...
IE:
MenuWindow{Prop:StatusText,X#} = PRINTER{PROPPRINT:Device}
x#= number of status bar part...
Roby
"ikonjevic" <ivica.konjevic@osijek.crosig.hr> wrote in message
news:10493595eb4b9a0e53baaf12fdb80173@lo
calhost.talkaboutprogramming.com...
>i need help, i want display name of windows dwfault printer in status bar
> and his status(ofline, ready etc.)
>
> ivica
>
>
|
|
|
|
|