|
-
Nov 23rd, 2000, 04:32 AM
#1
Thread Starter
Member
I need to put visual basic application onto the web. Pls advice on how should i go about doing it.
-
Nov 23rd, 2000, 04:38 AM
#2
Hyperactive Member
I've always used the Package and Deployment Wizard to create a setup package, and then created a Self extracting EXE in WinZip which automatically runs the setup file upon extraction. Then, just whack it on to the web, and hey presto!
-
Nov 23rd, 2000, 04:50 AM
#3
Thread Starter
Member
Sorry... i think i never make myself clear.. i am actually trying to use VB to create a webpage... Pls advice..
-
Nov 23rd, 2000, 05:00 AM
#4
Hyperactive Member
I think you need to use .OCX files, but I can't tell you anymore beyond that.
[Edited by CyberSurfer on 11-23-2000 at 05:05 AM]
-
Nov 23rd, 2000, 08:33 AM
#5
Fanatic Member
You need to be more explicit. You want VB to generate HTML codes - you want to use ASP or what - what are you actually tring to achieve.
Cheers,
P.
Not nearly so tired now...
Haven't been around much so be gentle...
-
Nov 23rd, 2000, 08:50 AM
#6
Fanatic Member
It will be easy, with vb7. Then there's the .net platform or something.
-
Nov 23rd, 2000, 10:19 AM
#7
-
Nov 23rd, 2000, 10:37 AM
#8
Fanatic Member
There's a lot of info on vb7 at the official website. You can already download the first beta of vb7.
-
Nov 24th, 2000, 01:01 AM
#9
Thread Starter
Member
I use VB to extract data from Excel and display it onto the form created using VB too. I need to set up a server that can run the application and allows the client to view the display..
-
Nov 24th, 2000, 04:20 AM
#10
Addicted Member
There are two alternatives if you want broadcast to internet users using any browser. One is webclasses and the other is dhtml - but I have a feeling that dhtml is not supported on all browsers.
-
Nov 24th, 2000, 05:08 AM
#11
Addicted Member
You can not straightly change VB App. on Web as u would be using lot of OCX Control etc. , for Web Appliation data has to be viewed on Web Page , so u have to develop form , control on web page , u an use coding , validation etc. as u had in ur VB Application , only front end i.e. representation has to be changed,if any OCX control is there u have to deploy it on server, as said above , u can right VB code in VB Script / ASP depending upon whether it is server side or client side.
Have a nice day !
Chander
-
Dec 1st, 2000, 01:04 AM
#12
Thread Starter
Member
Currently i have already created an ActiveX control and has package it. I can open the file using IE and it can actually display data from excel onto the web and auto update.. I need to create a webpage for the control so that other people can see the data.. Pls advice.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|