ActiveX control on webpage *RESOLVED*
Hi,
I want to be able to place something on my website (probably an ActiveX DLL or control?) that, when the user clicks a button on the form, will detect if he has the Visual Basic Runtime files installed or not, and trigger a download for the appropriate setup.exe
I know how to make my own ActiveX control/dll, and have it search for the files, but I don't know how to implement it into a simple webpage and trigger it from the button.
Also, should I use an ActiveX DLL instead of a Control?
Thanks.