F
fixertool
I made a little app in vb.net. Just some buttons for calling other
apps. I mean: when I click a button, the action requested is to launch
directly another program.
Locally works fine. But when you try the same thing via tsweb, the
target program is not launched, but appears the typical download
message box asking for open or download the respective .exe. If you
click Open, then the program runs well.
The action I want is when you click a button, the program called is
launched directly.
I've used Process.Start("\\folder\app.exe") for calling the programs,
when clicking a button.
Thanks in advance
apps. I mean: when I click a button, the action requested is to launch
directly another program.
Locally works fine. But when you try the same thing via tsweb, the
target program is not launched, but appears the typical download
message box asking for open or download the respective .exe. If you
click Open, then the program runs well.
The action I want is when you click a button, the program called is
launched directly.
I've used Process.Start("\\folder\app.exe") for calling the programs,
when clicking a button.
Thanks in advance