Results 1 to 4 of 4

Thread: How To Implement Visual Basic Into the net

  1. #1

    Thread Starter
    Junior Member
    Join Date
    May 2003
    Location
    NYC
    Posts
    16

    Question How To Implement Visual Basic Into the net

    Hi,

    This question been in my mind for ages, never knew the answer till today..

    But fortunatly I am about to make a chatting program, the problem I am getting into is:
    HOW DO I IMPLEMENT THE PROGRAM INTO THE INTERNET, lets say I want to upload the server into my site, whenever someone comes in the chat room, they must download the client program and show it on the site along with the server's text window (main board)..

    I would really appreciate any help, suggestions, links, or anything possible to make this work

    Thanks a million,

    Peace,

    P.S. If my approach to the idea is wrong, please don't hesitate to tell me.

  2. #2
    Big D Danial's Avatar
    Join Date
    Jul 2000
    Location
    ASP.Net Forum
    Posts
    2,877
    Depends on what language you use. If you use say JavaAppelet then Applet code will be downloaded to the User System before they can use it. If you use VB then ActiveX control will needed to be downloaded to the system. On the other hand if you use HTML base chat room, nothing will need to be downloaded.

    There are few free ones which are pretty good. Check this out http://www.theill.com/asp/conquerchat.asp.

    Its done in ASP so user wont need to download anything. And its pretty good for a free chat room.

    Hope this helps.

    Danial
    [VBF RSS Feed]

    There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.

    If I have been helpful, Please Rate my Post. Thanks.

    This post was powered by :

  3. #3

    Thread Starter
    Junior Member
    Join Date
    May 2003
    Location
    NYC
    Posts
    16

    Thumbs up One More Question?

    Since you seem to be knowledagble at both, which do you think is better and more realiable(and easier):

    1) Using vb ActiveX

    or

    2) the Active Server Page?

    Peace,

  4. #4
    Big D Danial's Avatar
    Join Date
    Jul 2000
    Location
    ASP.Net Forum
    Posts
    2,877
    ASP, simply because a very few user will download activeX control because they are very unsafe to do so. Internet explorer by default stops ActiveX from running unless the user specifically allows it. I myself would never run ActiveX control on my system unless its from site such as Microsoft or Sun or any other reputable site.

    Secondly if you ASP, there is no over head and the link i posted is one of the best example of ASP based chat room.

    Though the architecture of ASP/HTML based chat room are totally different from say Java/VB/ActiveX chat room.

    The decision to choose one might also depend on what your requirements are.

    For most site, the ASP chat room i posted is enough. I was thinking of writing one myself but after seeing it i decided not to write one.
    [VBF RSS Feed]

    There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.

    If I have been helpful, Please Rate my Post. Thanks.

    This post was powered by :

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