T
Terry Olsen
Has anyone written the classes to use the Info-Zip dll's in VB.Net 2003? I
took the VB6 examples from CodeGuru and attempted to convert it but I'm not
getting it.
For example, this line: tUser.lptrPrnt = AddressOf UnzipPrintCallback
Errors with: AddressOf' expression cannot be converted to 'Long' because
'Long' is not a delegate type.
So...i'm wondering if anyone has used these dll's in a VB.Net 2003 app
yet...
Thanks.
took the VB6 examples from CodeGuru and attempted to convert it but I'm not
getting it.
For example, this line: tUser.lptrPrnt = AddressOf UnzipPrintCallback
Errors with: AddressOf' expression cannot be converted to 'Long' because
'Long' is not a delegate type.
So...i'm wondering if anyone has used these dll's in a VB.Net 2003 app
yet...
Thanks.