Page 1 of 1

Don't know how 'LoadSettings' works

Posted: Thu May 10, 2007 9:34 am
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.