When you write a VB app, are you creating a server side app or a client side. In other words were does the processing occur?
Printable View
When you write a VB app, are you creating a server side app or a client side. In other words were does the processing occur?
? a normal VB exe isn't a program for use on the internet/web, you can make an ActiveX control and they can both be Server- and Client-Side I believe. (At least you can make CGI's, they're run serverside, and the ActiveX'es are client-side.
Anyway, if you mean Internet Developing with 'normal desktop' apps, you can make both clients and servers.
So it depends.