Event not firing.

The Amyuni PDF Converter is our Printer Driver that enables you to convert any documents to PDF format. If you have any questions about installing and using the Amyuni PDF Converter please post them here.
Post Reply
>_
Posts: 3
Joined: Thu Jun 24 2004

Event not firing.

Post by >_ »

I am using Amyuni 2.10 and using C++.
I added a activeX control onto a window, then I use the class wizard to capture each of the event but none of the event is firing.
I am using window API call shellexecute to print my documet to the PDF printer.
I also try the method of registering a window message found on the Common Driver Interface 210.pdf and there wasn't successful either.

Please help.

Harrison
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

Are you adding "Broadcast Messages" to your call of SetFileNameOptions() ?
>_
Posts: 3
Joined: Thu Jun 24 2004

Post by >_ »

Yes, I did add the Broadcast Messages using the SetFileNameOptions() command.
Jose
Amyuni Team
Posts: 553
Joined: Tue Oct 01 2002
Contact:

Post by Jose »

Hello,

Can you post a code snippet of how you are trying to capture the events? Also if wish to send a larger section of your code to support@amyuni.com, I'd gladly to a look at it.

Thanks
Post Reply