Search found 3 matches
- Thu Mar 17 2005
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: version 2.10i: use event with c#
- Replies: 0
- Views: 5261
version 2.10i: use event with c#
I add the CdIntf210.dll in Reference of my project. The assembly interop.cdintfex has created. My code is: private CDIntfEx.CDIntfEx webPrinter; private CDIntfEx.ICDIntfEx iwebPrinter; private CDIntfEx._DCDIntfEvents_Event iwebPrinterEvents; webPrinter = new CDIntfEx.CDIntfEx(); iwebPrinter = (CDInt...
- Mon Dec 16 2002
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: PDFCONVERTER : SendMail API
- Replies: 2
- Views: 9633
Re: PDFCONVERTER : SendMail API
I have tried to use the send mail API mapped on a button. With outlook, when i use it on the first time the result error is "11", and my message is not displayed, but when i use it for the second time just after, the message is displayed (option 2). If i use option as 0, it works well and...
- Tue Oct 01 2002
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: PDFCONVERTER : SendMail API
- Replies: 2
- Views: 9633
PDFCONVERTER : SendMail API
I have tried to use the send mail API mapped on a button. With outlook, when i use it on the first time the result error is "11", and my message is not displayed, but when i use it for the second time just after, the message is displayed (option 2). If i use option as 0, it works well and ...