Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I have a webform with a clickable button.....what I want to do is that when someone clicks on the button it fires off an executable from a network path.

 

First is this possible? And if so how do I do that? (I'm a n00b)

  • *Gurus*
Posted
The point is you can't do this with the current technologies. In .NET you can create a stub-application that loads the rest of itself from a network location, however you still need the user to launch the stub executable. That's the closest you're going to get.
  • *Gurus*
Posted
Use the LoadFrom method of the System.Reflection.Assembly class. With this you can download the class library that contains your main application logic. The whole process is amazingly simple, and gives a hint to what the next generation of web browsing should be like.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...