
Launching applications with webbrowser control
Hi,
Not a problem but more like a bug.
I can run programs (link to exe-file in the html-code) with the
webbrowser control without showing the run/save as... - dialog
On most of the pc's it works but on some pc's the application starts
but will also show the dialog again.
Anybody had this particular problem?
Here's a code snippet :
WebBrowser1.ExecWB OLECMDID_REFRESH, OLECMDEXECOPT_DONTPROMPTUSER
' used the OLECMDID_REFRESH because OLECMDID_OPEN won't work...
ShellEx (URL)
The ShellEx-function is the standard ShellExecute-function as found on
the msdn-library
Thx in advance,
Stef