Help!How can I hide the printing message?

When I upgrade a Vb6 project to Vb2005, I'm usingpower packes's Printer object .Now,I have a question :how can I hide thePrinter object'sprinting message(the message have a message and a cancle button,but in the project,It have other defined message.) after the method [EndDoc] is called.
My english is so poor,but this question is very very very urgent.
So ,I need you help.
Thanks.
[991 byte] By [liuyc] at [2008-1-10]
# 1

The Printer in the Printer Compatibility library is simply a thin layer on top of the standard System.Drawing.Printing.PrintDocument. The PrintDocument automatically displays this printing message and I don't beleive there is anyway to not show it.

JohnHart_MSFT at 2007-10-3 > top of Msdn Tech,Visual Basic,Visual Basic Power Packs...
# 2
I have tried tow methods to rechive my target.
the one :use Application.OpenForms to get the opened message form,and want to hide it.failedSad
the tow: use WinApi[FineWindow] to get the message form"s handle,failed too Sad
The left time is less and less for my work,Any body can help me?

Thanks~

liuyc at 2007-10-3 > top of Msdn Tech,Visual Basic,Visual Basic Power Packs...