limboo
12-19-2008, 05:59 AM
Hi guys,
what i want is that when the app starts the encryption/decryption process it shows a statusdlg because crypto has no callback function :( and it must keep on going until the crypto is done and then stop
so what ive done is i've made a second little app and the only thing it does is keep on repeating the message
please wait, encrypting.
please wait, encrypting..
please wait, encrypting...
please wait, encrypting.
so on
but it takes some time to load that app so enumerateprocess or enumeratetitles won't work because the script has already finished before the app is even visible or in the tasklist
it works perfectly when the app has to encrypt/decrypt large things because then the app is already visible
thanks
what i want is that when the app starts the encryption/decryption process it shows a statusdlg because crypto has no callback function :( and it must keep on going until the crypto is done and then stop
so what ive done is i've made a second little app and the only thing it does is keep on repeating the message
please wait, encrypting.
please wait, encrypting..
please wait, encrypting...
please wait, encrypting.
so on
but it takes some time to load that app so enumerateprocess or enumeratetitles won't work because the script has already finished before the app is even visible or in the tasklist
it works perfectly when the app has to encrypt/decrypt large things because then the app is already visible
thanks