Guest_imported
New member
- Jan 1, 1970
- 0
My VC++ application will launch the javascript application to allow users to send file to a server. When I run my application as a regular Windows application, everything works great. However, when I run my application as a Windows service, the javascript can't launch the web browser. It hangs at window.open(....) in the javacript. When a user clicks on the URL, it hangs. It seems like the javascript isn't able to launch the web browser. I am guess it is a security or permission issues problem. I have been looking at this problem for days, just can't seem to fix it. I appreciate any input and idea.
Thanks for your help
Thanks for your help