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

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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 ?

Not natively - you'd have to use a Java applet or an ActiveX control (if you
don't care about cross-browser compatibility), which would require a fair
amount of effort with the browsers' security settings...
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top