Re: ASP.net code to start running a win form issue?



Hi all,

I have web page with one button and also i have a smaill win form
progarmm.
so what i want is that the user click the web button then it will
start run
this win form,
(win form program located at client side, web page is server side)
is that possible to do ?

Thanks

Nick


Years ago (I don't know if anti-malware issues now prevent this) I sort of solved this by:
a) registering some extension as "handled by my winform program"
b) have the link point to some dummy file with that extension

Hans Kesting


.