Click here to Skip to main content
15,886,067 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi,

i'd like to develop a small network monitoring system using .net.
when i trying some sample nms appliaction on web,
it was a windows application(.exe) but it open with a browser.
so,how to develop that kind of application ,ie,Launch windows Form application using browser.
please suggest me some ideas


Thanks_
Posted
Comments
Kornfeld Eliyahu Peter 15-Jun-14 3:53am    
It maybe was a win based loader, that used to open a web application?
sudheeshkpza 15-Jun-14 4:07am    
Hi,
that application installed on my iis with a specific port number.
when i stoped my iis but the application still working..
[no name] 15-Jun-14 5:47am    
http://stackoverflow.com/questions/916925/how-to-launch-an-exe-from-web-page-asp-net
Sergey Alexandrovich Kryukov 15-Jun-14 20:27pm    
Bad idea. A Web browser can work on any system. Even if you can execute some Windows application on Window on request of the Web application, it would be utterly unsafe. What would be your purpose?
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900