Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Making a VB application a web enabled one


Message #1 by "Lloyd Levine" <levinll@m...> on Fri, 15 Feb 2002 20:27:22
For VB.NET check

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnadvnet/html/vbnet10142001.asp

if you are using vb6, you have so many options. If you
are using database application, you can put your
database on web and access from the client machine
with changing connection settings. Or you can write
ASP pages. Another options is to convert your forms
into ActiveX DLL and install on client machine when
client access for the first time. But in these
situations, you have to think about security,
firewalls and other aspects.

Harshang

--- Lloyd Levine <levinll@m...> wrote:
> Does anyone know what tools I should use to take an
> existing VB 
> application and have it run on the web ?
$subst('Email.Unsub').


__________________________________________________
Do You Yahoo!?
Got something to say? Say it better with Yahoo! Video Mail 
http://mail.yahoo.com

  Return to Index