You have several choices in this arena actually. The most recommended
choice of course is ASP, or Active Server Pages, where you can write web
applications (or so they are called) using VBScript inline with your HTML to
produce dynamic content. It appears that you already have an existing VB
application so you might not find this route the easiest (although it is the
best). If you make an ASP page, you must have a special host that supports ASP
typically using IIS 4 or 5 (there is also a Unix ASP server from Chilisoft
although I've had no experience with this). A free ASP host is
www.brinkster.com.
Another option is to make an ActiveX Document, but AX docs are a failed
technology and highly not recommended.
Finally you can make your VB exe an ActiveX exe and embed it into the page
and it will run similiar to a Java applet. I would not recommend this method
because it only works with MSIE (actually I haven't looked at Nutscrape
recently, but somehow I doubt they even try to support it).
Make your decision and hit us back on the list with it so we can help you
out some more.
- Chuck
----- Original Message -----
From: "Fredrick J. Krantz" <krunch97@m...>
To: "professional vb" <pro_vb@p...>
Sent: Saturday, April 28, 2001 4:31 PM
Subject: [pro_vb] using vb on a web site
> What can I do to take a VB application to be used on a web site? Can it
> be an a standard web page site like geocities or something like that or do
> I have to have a hosted site?
>
> Also, can the program just be converted to activex.exe and loaded then
> once I have the file resident, how do I run it in the web page.
>
> Your ides are welcome, I am trying to figure out how to use VB on web
> sites. I know VBSCRIPT Needs to be on web hosting, I think.
>
> Thanks,
>
> Fredrick J. Krantz