hide cursor for kiosk application (powerpoint)

  • Thread starter Thread starter Guest
  • Start date Start date
Hi LL

With regard to silent printing your suggestions did get rid of
the print dialog but in all cases the acrobat reader program
muscles its way to the top of the desktop. Setting topmost=true
on my app helps, but then the taskbar flashes up. Its a kludge
but finally I used ShowWindow(hndl,HIDE) to make the takbar
invisible.

The next step is to check the printer is actually available for print
before printing, and issue some message when printing complete.
I know that .NET does not directly support the print spooler
system and my previous attempts to get the printer status with WMI
always returned a positive state even when the printer was turned
off, so there could be a new question coming up soon ;-)

Thanks
M
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top