Search found 2 matches

by DATAMED
Fri Apr 08, 2011 9:47 am
Forum: Programming
Topic: C++ SaveDialog still visible
Replies: 0
Views: 9761

C++ SaveDialog still visible

Hi, we want to automatically convert word-docs into pdf-files. It works, but the SaveAs-dialog is still visible, so the user must click the -Save-Button. What can we do? Envrionment: Windows XP SP3 german, C++Builder5 Enterprise Here's the code: Variant obj = Variant::CreateObject("Bullzip.PDFPrinte...
by DATAMED
Thu Apr 07, 2011 5:03 pm
Forum: Programming
Topic: C++Builder5 - Optiondialog still visible
Replies: 0
Views: 8801

C++Builder5 - Optiondialog still visible

We want to automatically convert a Word-document into a pdf-file. That's not possible, because the user has to click on save-button in optiondialog. what can we do? Here's the code: Variant obj = Variant::CreateObject("Bullzip.PDFPrinterSettings"); AnsiString printername = obj.OleFunction("GetPrinte...