Yes, I can do that.
It's a weird behaviour. Why if I pass a string to the process.start
associated with the button, it attempts to "download" the exe file of
the application, instead of directly launching it?
I mean, locally it works correctly as expected. But on the client pc,
when you click the button, appears a message box asking for open or
download. If you click open obviiously the second app is launched.
But I don't want the final users see that box.
On 16 feb, 11:14, Family Tree Mike
<FamilyTreeM...@discussions.microsoft.com> wrote:
> But what isn't clear to me is the following: Can you run the second
> application from a command window on the client pc via the same string that
> you pass to the process.start? ("\\files\workPlace\prod2008\app.exe") from
> your other post.
>
|