CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2001
    Posts
    71

    Web Enabling Projec

    Hi,

    I have to do a project in vb.Now the requirement is that the software has to be web enabled.
    Now i m in a fix which approach should i take to make it web enabled.
    Ways I can think of are:
    1) To use SQL 2000 and use its query for XML feature.
    2) To use Activex Documents but i not very sure of this approach as some time past I have
    tried to use this approach but was not sucessfull.

    Before choosing an approach we have to consider that the project is huge.Containing more than 400 screens

    Now can u guys suggest me how should i go for it.

    Regards.


  2. #2
    Join Date
    Aug 2000
    Location
    NY, USA
    Posts
    632

    Re: Web Enabling Projec

    What is that, WEB enabled? If it's the ability to have Internet Explorer on some of forms and the ability to navigate through WEB Pages (manually or programmatically) then it can be done by using WEB Controls. If it's something else, maybe it should be a separate project developed in Visual Internet or VB.Net (much better).
    I'm working myself now on "WEB enabled project". My boss calls it like that. What I'm doing? There is an existing VB6 with Access db project for Whole Sale company (I developed it awhile ago). I'm upgrading it to VB.Net and SQL Server 2000. It's going to work on any workstation inside our office as well as outside (from home of the salesman).

    Vlad



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

Featured