Visual Basic Over A Web Server 
Author Message
 Visual Basic Over A Web Server

Hi, You might have to forgive me if I get the odd term wrong.

I have just completed a Thesis which discusses a relatively simple VB
application. Its not really the central thrust of the thesis and I am no expert.

The examiner believes it is possible to run VB code (NOT VB Script or ASP,
but the app code) over a WWW server so a client browser could run the app
on their desktop.

Frankly I doubt this - I have never heard of it until he sprung
it on me.

If anybody has any idea what he meant please reply. I'm really looking for a
web link just so I can either dismiss or mention his suggestion and then
round of the corrections.

Cheers

Darren



Tue, 23 Sep 2003 03:17:11 GMT  
 Visual Basic Over A Web Server
Hi,

Well, you're both right... You can relatively easily create an ASP app
(or a Visual Basic WebClass app) that can run VB code in the form of
an ActiveX dll via a plain HTML GUI.

You can *not*, however, simply fire up a VB exe in your browser and
run it over the internet. The closest thing would be to convert your
exe into a user document app, which can then be run in IE. But that
can only (barely) be recommended for intranet apps.

Regards,

        /Olof

Quote:
>Hi, You might have to forgive me if I get the odd term wrong.

>I have just completed a Thesis which discusses a relatively simple VB
>application. Its not really the central thrust of the thesis and I am no =
>expert.

>The examiner believes it is possible to run VB code (NOT VB Script or =
>ASP,
>but the app code) over a WWW server so a client browser could run the =
>app
>on their desktop.

>Frankly I doubt this - I have never heard of it until he sprung
>it on me.

>If anybody has any idea what he meant please reply. I'm really looking =
>for a
>web link just so I can either dismiss or mention his suggestion and then
>round of the corrections.

>Cheers

>Darren

-------------------



Tue, 23 Sep 2003 15:17:53 GMT  
 Visual Basic Over A Web Server
What about an ActiveX control hosted in the browser?

You could run a VB client and have it communicate with a server using HTTP
(e.g. SOAP) rather than RPC.


Quote:
> Hi,

> Well, you're both right... You can relatively easily create an ASP app
> (or a Visual Basic WebClass app) that can run VB code in the form of
> an ActiveX dll via a plain HTML GUI.

> You can *not*, however, simply fire up a VB exe in your browser and
> run it over the internet. The closest thing would be to convert your
> exe into a user document app, which can then be run in IE. But that
> can only (barely) be recommended for intranet apps.

> Regards,

> /Olof

> >Hi, You might have to forgive me if I get the odd term wrong.

> >I have just completed a Thesis which discusses a relatively simple VB
> >application. Its not really the central thrust of the thesis and I am no
=
> >expert.

> >The examiner believes it is possible to run VB code (NOT VB Script or =
> >ASP,
> >but the app code) over a WWW server so a client browser could run the =
> >app
> >on their desktop.

> >Frankly I doubt this - I have never heard of it until he sprung
> >it on me.

> >If anybody has any idea what he meant please reply. I'm really looking =
> >for a
> >web link just so I can either dismiss or mention his suggestion and then
> >round of the corrections.

> >Cheers

> >Darren

> -------------------




Wed, 24 Sep 2003 06:52:28 GMT  
 Visual Basic Over A Web Server
We've done the below, just create a usercontrol and drop it
onto a html
page. One benefit is that it automatically downloads the
component to the
client and makes sure that the the client always has the
latest version. As
far a running VB directly in a web browser, I've never heard
of that.

Mike
www.salcentral.com - VB Web Services search engine


Quote:
> What about an ActiveX control hosted in the browser?

> You could run a VB client and have it communicate with a
server using HTTP
> (e.g. SOAP) rather than RPC.



Fri, 26 Sep 2003 06:13:26 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. Visual Basic Over A Web Server

2. Accessing java in a web server from Visual Basic

3. Books on using Access Personal Web Server and Visual Basic

4. Accessing java in a web server from Visual Basic

5. Books on using Access Personal Web Server and Visual Basic

6. Books on using Access Personal Web Server and Visual Basic

7. A Visual Basic Web Server (No PWS or IIS)

8. Personal Web Server, an access db, visual basic, and the internet

9. Visual basic programs - connect to a server - Visual Basic 5 Enterprice Edition

10. Visual Basic Server Components in Visual Interdev

11. Visual Basic Server Components in Visual Interdev

12. Visual Basic Server Components in Visual Interdev

 

 
Powered by phpBB® Forum Software