Launch an EXE file from a Browser?
-
I would like to know if there is any way for a network aware WIN32 program written in Visual C++ with only native API calls, not using MFC to run on an intranet from within a browser. I suspect that it may be possible to write a wrapper function which will launch the app so that the user thinks that it is actually running in the browser but so far have not been able to find any clues as to how to do it. Any ideas gratefully received. This is an application which would be much too slow to write as a script but we keep getting people who want a "Browser based App" Thanks
-
I would like to know if there is any way for a network aware WIN32 program written in Visual C++ with only native API calls, not using MFC to run on an intranet from within a browser. I suspect that it may be possible to write a wrapper function which will launch the app so that the user thinks that it is actually running in the browser but so far have not been able to find any clues as to how to do it. Any ideas gratefully received. This is an application which would be much too slow to write as a script but we keep getting people who want a "Browser based App" Thanks