I am trying to find a solution that will enable me to launch a client application from a web page.
I know javascript has the ablity to create an activeX object and do this, but without changing the internet security settings....users will always be prompted to allow this.
I have little expirence in MFC or VB ActiveX controls, but I would much rather have the users be prompted to download a control to the client ONCE and be done with it. I think this is the 'correct' way of doing it, but I have no idea where to start???
Has anybody created an ActiveX control like this???