Hi! I need to write a .exe (VB5) in order to have the "live Update" app of Norton Antivirus start & stop at windows startup.
It was quite easy to make it start; then I passed the key "{enter}" to make it connect to its server and download tha latest virus definition.
Here comes the problem: it shows a last window that reads: "Thank you for you update, bla-bla, press FINISH to close this window."
How can I send a {enter} key to that window?
The risk is to send it too early and have the "cancel" button pressed while the download is still in progress.
Furthermore the download time might be quite different from time to time, so a delay before the second {enter} wouldn't work.
I think that a better approach would be to "check" (control?) the app and get some info when the active button is FINISH.
I tried with the help on line, but I'm quite new to Vb and I couldn't get any help.
Thank you guys!
MAZ - Italy
It was quite easy to make it start; then I passed the key "{enter}" to make it connect to its server and download tha latest virus definition.
Here comes the problem: it shows a last window that reads: "Thank you for you update, bla-bla, press FINISH to close this window."
How can I send a {enter} key to that window?
The risk is to send it too early and have the "cancel" button pressed while the download is still in progress.
Furthermore the download time might be quite different from time to time, so a delay before the second {enter} wouldn't work.
I think that a better approach would be to "check" (control?) the app and get some info when the active button is FINISH.
I tried with the help on line, but I'm quite new to Vb and I couldn't get any help.
Thank you guys!
MAZ - Italy