Forum Moderators: phranque

Message Too Old, No Replies

Incorporating Visual Basic into HTML

Putting a Visual Basic application into HTML

         

RosscoPK

9:15 am on Apr 27, 2004 (gmt 0)

10+ Year Member



Hi Guys,

Firstly, apologies if this is in the wrong board - I wasn't sure where else to place it.

I am looking to put a Visual Basic application into a website. I can program Visual Basic and HTML, but I've never actually combined the two together. So I'm looking to develop an actual application that runs onto top of a HTML document, not standalone.

Has anyone ever done this? In Visual Basic 6 there is an option to create a DHTML project and the Microsoft help pages would suggest that this is the right route to take.

Is this is the right choice or is there another way of doing it? Any help or advice would be great.

Many thanks.

txbakers

11:57 am on Apr 27, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You can embed your VB app in an Active X control, which is called by the HTML page.

Take a look at Seagull Software and their JWalk product. I'm not sure if there is a live demo available, but it does just that.