Don't know how 'LoadSettings' works

About the programming interface for the virtual PDF printer driver.

Moderator: jr

Post Reply
Jochen Bennemann
Posts: 3
Joined: Fri Apr 20, 2007 7:42 am

Don't know how 'LoadSettings' works

Post by Jochen Bennemann »

Im trying to use Bullzip programmatically from MS word.
With 'Setvalue' and 'Writesettings' I can change the Settings.Ini, that works fine. :D
Now I've tried to get the previous settings first (with 'LoadSettings'),
then print to a specific file and restore the original settings afterwards.
So the user settings are not changed from my VBA-macro. :(

But 'LoadSettings' seems not to work or I've done something wrong?

Of course I can use the VBA-Privateprofile-API zu read/write the settings.Ini, but your COM interface seems easier.
Post Reply