Search found 1 match

by giulio
Mon Oct 22, 2007 4:22 pm
Forum: Programming
Topic: Still get dialog box
Replies: 5
Views: 22943

Hint

I was having the same problem, and this is the solution I found: (I think a VBA example is better than many words) N.B. Don't forget to put a reference on Bullzip in your project! ============================= Public Function SetBullZipOutput(sFileName As String) As Boolean Dim objBullZip As Bullzip...