Re: Decrypted TIF Image seems to not be identical. - WeOnlyDo Discussion board

Re: Decrypted TIF Image seems to not be identical. (General questions)

by Alex Loret de Mola, Monday, January 02, 2006, 21:52 (6688 days ago) @ wodSupport

Alex,

methods will not return until they complete. Progress and Done events are just for information.

Hmm, they must be returning prematurely though for the event to be picked up by VB though right? I've never completely understood the internal workings of VB's event system. =(

I went and dusted off my help file (I finally found it! I put it in a very inconvenient place on my computer =( ) and found the FireEvents property. Setting it to false, I found that the file would encrypt/decrypt fully by the time the method returns and thus my program is working again. It may have just been coincidence, or I may have fixed something without realizing it, but now it's encrypting and decrypting fully and properly.

I'll leave it like this I think: the program shouldn't need the notification events anyways. Thanks for the help, especially with the Optimize idea... I'd forgotten completely about that. =)

-Alex


Complete thread: