How can I imbed a VB program in a website

  • Thread starter Thread starter Jeff Bartosch
  • Start date Start date
J

Jeff Bartosch

I have made a small simple calculator for a game my Son plays and I want
to load it onto my website.
It was writen in VS2003, and I am familiar with html.
All I wish to do is upload it to the website so when that page is
accessed the calculator appears.
Thanks for your help in advance.
Jeff
 
I have made a small simple calculator for a game my Son plays and I want
to load it onto my website.
It was writen in VS2003, and I am familiar with html.
All I wish to do is upload it to the website so when that page is
accessed the calculator appears.
Thanks for your help in advance.

Check out "Winform Controls Hosted In IE"

There are lots of limitations however - in regards to security.

If you need rich client functionality in a browser, take a look at AJAX or
Macromedia Flash or even Java. These alternatives are much better for web
deployment.
 
Back
Top