From: Sangeeta on
I am using the AsyncUI sample code provided with the printer samples. The
AsyncUIMessageBox displays correctly on the server when the printer is
installed as the local printer on Vista.
I cannot get the message box to appaer on the client PC though. The
RegisterForPrintAsyncNotifications function on the client PC never returns
when a remote printer name is passed to it. The
documentation(http://msdn2.microsoft.com/en-us/library/aa506182.aspx)
suggests that a local/remote printer or server name can be passed to this
function.

I tried passing the server name to RegisterForPrintAsyncNotifications
function without any success. I also tried installimg the shared printer on
the client PC but that also does not solve the problem.

How do I display the message box on a shared printer ?

Any help will be appreciated.

Sangeeta