Results 1 to 6 of 6

Thread: Internet Proxy

  1. #1

    Thread Starter
    Learning .Net danasegarane's Avatar
    Join Date
    Aug 2004
    Location
    VBForums
    Posts
    5,853

    Smile Internet Proxy

    Dear All,
    I want to shared my internet connection(Connected via Lan) to 2 user(authoirsed) in the same lan.How can I do this with the help of VB.

    Dana
    Please mark you thread resolved using the Thread Tools as shown

  2. #2
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    Re: Internet Proxy

    VB is about the worst language to write a proxy in. The best way would be with a router. The next best way would be to use Windows' Internet Connection Sharing.
    The most difficult part of developing a program is understanding the problem.
    The second most difficult part is deciding how you're going to solve the problem.
    Actually writing the program (translating your solution into some computer language) is the easiest part.

    Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.

    Please Help Us To Save Ana

  3. #3

    Thread Starter
    Learning .Net danasegarane's Avatar
    Join Date
    Aug 2004
    Location
    VBForums
    Posts
    5,853

    Re: Internet Proxy

    Dear AL42,
    Thanks for your Reply.I have tried out Window's Interent Connection sharing, It is not working for Sharing a Lan Connection.What about the Router? or can we got .net ?
    Please mark you thread resolved using the Thread Tools as shown

  4. #4
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    Re: Internet Proxy

    ICS will work if you set it up correctly. A router will also work, but you have to have one. If you want to write a proxy, the best language is assembly, but you can get away with C, since you can drop in assembly code where needed. I wouldn't go any lower than that.
    The most difficult part of developing a program is understanding the problem.
    The second most difficult part is deciding how you're going to solve the problem.
    Actually writing the program (translating your solution into some computer language) is the easiest part.

    Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.

    Please Help Us To Save Ana

  5. #5

    Thread Starter
    Learning .Net danasegarane's Avatar
    Join Date
    Aug 2004
    Location
    VBForums
    Posts
    5,853

    Re: Internet Proxy

    Is there any option in .Net Envoirnemt
    Please mark you thread resolved using the Thread Tools as shown

  6. #6
    Hyperactive Member Chathura's Avatar
    Join Date
    Nov 2005
    Location
    Sri Lanka
    Posts
    345

    Re: Internet Proxy

    I don't know much about network programming. But the source code in this link will help you.
    http://www.freevbcode.com/ShowCode.Asp?ID=4347
    If the post is heplful, Please Rate it
    Chathura Wijekoon

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