Results 1 to 12 of 12

Thread: Putting Visual Basic Application onto Web

  1. #1

    Thread Starter
    Member
    Join Date
    Nov 2000
    Posts
    36

    Unhappy

    I need to put visual basic application onto the web. Pls advice on how should i go about doing it.

  2. #2
    Hyperactive Member CyberSurfer's Avatar
    Join Date
    Aug 2000
    Location
    Old London Town
    Posts
    425
    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!

  3. #3

    Thread Starter
    Member
    Join Date
    Nov 2000
    Posts
    36
    Sorry... i think i never make myself clear.. i am actually trying to use VB to create a webpage... Pls advice..

  4. #4
    Hyperactive Member CyberSurfer's Avatar
    Join Date
    Aug 2000
    Location
    Old London Town
    Posts
    425
    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]

  5. #5
    Fanatic Member
    Join Date
    Oct 2000
    Location
    London
    Posts
    1,008
    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...

  6. #6
    Fanatic Member
    Join Date
    Feb 2000
    Location
    The Netherlands
    Posts
    715
    It will be easy, with vb7. Then there's the .net platform or something.
    Oetje
    [email protected]
    93606776
    Visual Basic 6, Windows 2000

    Never pet a burning dog

  7. #7
    Fanatic Member wildcat_2000's Avatar
    Join Date
    Nov 2000
    Location
    Italy
    Posts
    727
    hehe oetje are you lloking forward to VB 7... lot's of talking about this one, especially with compatibility issues with previous versions.. you know more?

    I just hope I'm completely wrong as far as compatibility is concerned.

    Regards,

    W.
    When your car breaks down,
    close all windows and retry

    => please rate all users posts! <=

  8. #8
    Fanatic Member
    Join Date
    Feb 2000
    Location
    The Netherlands
    Posts
    715
    There's a lot of info on vb7 at the official website. You can already download the first beta of vb7.
    Oetje
    [email protected]
    93606776
    Visual Basic 6, Windows 2000

    Never pet a burning dog

  9. #9

    Thread Starter
    Member
    Join Date
    Nov 2000
    Posts
    36
    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..

  10. #10
    Addicted Member
    Join Date
    Jan 1999
    Posts
    165
    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.

  11. #11
    Addicted Member chander's Avatar
    Join Date
    Nov 2000
    Location
    New Delhi , India
    Posts
    225

    Smile


    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
    Chander
    Email:[email protected]

  12. #12

    Thread Starter
    Member
    Join Date
    Nov 2000
    Posts
    36

    Unhappy

    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
  •  



Click Here to Expand Forum to Full Width