Microsoft Visual basic 2005

About the programming interface for the virtual PDF printer driver.

Moderator: jr

Post Reply
strife
Posts: 1
Joined: Fri Jan 25, 2008 2:43 pm

Microsoft Visual basic 2005

Post by strife »

Hello all, I have a problem using bullzip in visual basic 2005, When I add the COM "refference" bullzip I can use in the code 'bullzip.' but only one option is available.
How do I use Bullzip in Visual basic 2005? Can anyone show me a simple demo?

Thanks a lot,

Vincent
dhaverstick
Posts: 2
Joined: Thu Jul 09, 2009 4:20 pm
Location: Springfield, Missouri USA

Re: Microsoft Visual basic 2005

Post by dhaverstick »

I create an instance of the Bullzip printer using the CreateObject command. PDFPrinterObject = CreateObject("Bullzip.PDFPrinterSettings")
Post Reply