Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How to communicate with user, from printer driver

2 views
Skip to first unread message

lukaszt

unread,
Nov 25, 2009, 9:31:09 AM11/25/09
to
Hi !

I wrote a little driver (based on Bitmap example from WDK) that captures
printing and sends images thru NamedPipes to user application - this works.

Now, I want to be able to give a possibility to select to which application
data will be sent.
example: user prints document, my driver checks for running user
applications (using named pipes etc.) then, it shows a message to the user -
combobox and user can choose app., the printing/sending follows.


I have a problem with communicating with user, how to display a dialog to
user from printing driver ?
where to look for solution/example ?

Mike [MSFT]

unread,
Dec 3, 2009, 10:28:04 PM12/3/09
to
Which Apps would understand the data you are sending? Why not write the
data to a file that any App can just open? Seems like a pull model is
better than a push model for something like this. If you prefer you can
also use the registry (or any other file on disk) to specify who the data
should go to.

-Mike

"lukaszt" <luk...@discussions.microsoft.com> wrote in message
news:F902AF00-F977-42B0...@microsoft.com...

0 new messages