how to access activex exe form web
Hi,
I have created a activex exe, which basically does uploading and downloading of files from our server. This activex exe is called from our client programme developed in vb6.
Now, I need to acces this activex exe from the web.
our site shows some file list. on upload/download clicking i need to launch my activex exe (which will be already installed on client machine) and access few functions from the activex exe to pass file information to the activex exe.
What is the way to achieve this ? how to do it using javascript ?
Thanking you
Regards
Praveen
Re: how to access activex exe form web
Quote:
Originally posted by pampatipraveen
Hi,
I have created a activex exe, which basically does uploading and downloading of files from our server. This activex exe is called from our client programme developed in vb6.
Now, I need to acces this activex exe from the web.
our site shows some file list. on upload/download clicking i need to launch my activex exe (which will be already installed on client machine) and access few functions from the activex exe to pass file information to the activex exe.
What is the way to achieve this ? how to do it using javascript ?
Thanking you
Regards
Praveen
Accessing any Exe from the client side script is not possible as it will lie on the web-server..
Cheers,
Abhijit