I have a client side dll I have created in VB6. I used the deployment wizzard to distribute the dll. It gave me an object tag to put in the ASP page and wrapped all my signed files up into a cab file wich I verasigned and uploaded to the server. Everything works fine except if the user is on a slow connection they have no way of telling if the dll is done installing. Usually they go into the site before it is finnished installing and the site is not fuctional with out this dll. I have tried using install shield instead of the VB deployment wizzard to distribute the dll but it will not register the file in the browsers objects box. Does any one know of a solution for my delima?
I thought about writting a function in javascript that would check for the file but this will not help eithor because the file name will exsist even if its not completed the download. I really need a way of telling the user what the state of the download is. A progress bar or something.
Todd Norris
Hope this helps !
I thought about writting a function in javascript that would check for the file but this will not help eithor because the file name will exsist even if its not completed the download. I really need a way of telling the user what the state of the download is. A progress bar or something.
Todd Norris
Hope this helps !