PDA

Click to See Complete Forum and Search --> : I need to web enable desktop app


Dec 13th, 1999, 08:32 PM
Hello,

I need to adapt a desktop vb5 app for the web,the app has 1 form with text/list and radio buttons. The logic in the app references business rules in an access database. Can anyone give me pointers as to which is the best way to approach this. Do I need to make many changes to the code, or do I simply need to pass parameters from the HTML form.

Thanks in advance,

Jason.

christophe
Dec 13th, 1999, 09:10 PM
I'm not too sure what you mean. Do you know about the Web browser control which you can find under Project/ Components?

Dec 13th, 1999, 09:48 PM
Thanks Christophe,

I'm familiar with the web browser control, but what I need to do is enable this app so as it will retain all functionality but be usable from a browser by anyone on the web.

I need to know what I need to rewrite in the code. The app is at the moment simply a desktop application.

How do I "Web enable it" ?

Thanks in advance.