Adding visual basic to webpage

They have: 3 posts

Joined: Jun 2000

I have made a program in visual basic and I need to add it to my webpage. Could anyone help me with the html-code to add it.

They have: 5,633 posts

Joined: Jan 1970

You can’t really embed a Visual Basics application with a few lines of code. You can do the following:

1. Provide the Visual Basics application as a download.
2. Use VBScript.
3. Use ActiveX (I believe it has some more advanced capabilities with VB).

Take a look at Microsoft’s web site for more information on VBScript:
http://msdn.microsoft.com/scripting/default.htm?/scripting/vbscript/default.htm

You may also want to take a look at the web integration information in your Visual Basics manual.

------------------
Adam
AIS Internet Solutions
[email protected]
www.aisinternet.com

Jack Michaelson's picture

He has: 1,733 posts

Joined: Dec 1999

I'm not quite sure why you need it but ASP might work. With ASP you can use VBscript in HTML-pages (they must be saved as *.asp).

Check www.asp101.com or
www.aspin.com

Jack

Shakespeare: onclick || !(onclick)

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.