ActiveX Controls and Downloading
COM
1
Posts
1
Posters
1
Views
1
Watching
-
I was wondering if there is a way to find out when an ActiveX control has actually downloaded. I need to pass a few parameters from my HTML page to my ActiveX, but I am having timing and synchronizing problems. The problems arise from the fact that a lot of times the method calls are made before the object has fully downloaded. Is there any method or events that I could use to find out whether an ActiveX has downloaded? thanks