Results 1 to 15 of 15

Thread: Winsock Server

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2001
    Location
    Earth
    Posts
    762

    Cool Winsock Server

    i want to make my PC as a SERVR . others pc can connect internate through my pc..

    there are many tools available for it like Wingate etc.
    but i want to develop my own using VB.
    is it possible through Winsock Control..????

  2. #2
    Frenzied Member ice_531's Avatar
    Join Date
    Aug 2002
    Location
    Sitting w/ Bob Status: -Next -To- Null- Friend: Philip
    Posts
    1,152
    Yes

    not sure i'd want my pc to have a server running on it tho
    :::`DISCLAIMER`:::
    Do NOT take anything i have posted to be truthful in any way, shape or form.
    Thank You!

    --------------------------------
    "Never heard about "hiking" poles. I usualy just grab a stick from the nature, and use that as a pole." - NoteMe
    "Finaly I can look as gay as I want..." - NoteMe
    Languages: VB6, BASIC, Java, C#. C++

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2001
    Location
    Earth
    Posts
    762

    Cool

    it's possible but how????

    can some one tell me the codes...

  4. #4

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2001
    Location
    Earth
    Posts
    762

    Cool

    any one can tell me ...????????

  5. #5
    PowerPoster Pc_Madness's Avatar
    Join Date
    Dec 2001
    Location
    Melbourne, Australia
    Posts
    2,765
    You just use have a project on your comp, which has winsock in it. Then you give people a project which connects to the program running on your comp, and then you do whatever it is that you want to do.
    Don't Rate my posts.

  6. #6

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2001
    Location
    Earth
    Posts
    762

    Cool

    i done every thing

    i create a form for server and a form for client and install it to server side also client side ..

    my pc add is 192.168.111.111 Port : 808
    client side setting is
    host : 192.168.111.111 port : 808
    i also change the browser setting of client side same as above.

    now i start the server
    when client send any request ie open any site on his browser it's receive the request but there is no page show on client side...

    i remind u that my pc also connect with another server to
    for Internate

    now what u say for that????

  7. #7
    PowerPoster Pc_Madness's Avatar
    Join Date
    Dec 2001
    Location
    Melbourne, Australia
    Posts
    2,765
    Are we trying to do this in VB here, or do you just want to network 2 comps??
    Don't Rate my posts.

  8. #8

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2001
    Location
    Earth
    Posts
    762

    Cool

    i want to do this work on network pc.

    when i done it on network I do it also on internate....

    ...

  9. #9

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2001
    Location
    Earth
    Posts
    762

    Cool

    no one knows about it!!!!!!!!!!

    i m worry for it


  10. #10
    Fanatic Member jian2587's Avatar
    Join Date
    Aug 2000
    Location
    I bet u need a fusion powered shuttle to reach my place...
    Posts
    963
    It's sort of dividing the internet resources of the server to the
    clients...if this's wut u meant, then I think it may be impossible 4
    VB.
    4 Example, the client uses IE to browse the net, and he already
    connect 2 ur server, however, IE connects directly 2 the website
    specified, but'll not go through ur server to get 2 the site...
    ASM,C,C++,BASIC,VB,JAVA,VBS,HTML,ASP,PHP,mySQL,VB.NET,MATLAB
    Programming is fun, but only if you're not on a tight deadline
    So I consider all those working engineers sad people

    VB FTP class
    3 page PHP crash course
    Crash Course on DX9 Managed with VB.NET covering basics till terrain creation

  11. #11

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2001
    Location
    Earth
    Posts
    762

    Cool

    My PC have internate but the other pc is not.
    but the both pc have a network connection.
    now i want that the 2nd pc connect to internate through my
    pc.....

  12. #12
    Junior Member
    Join Date
    Aug 2001
    Posts
    26
    u want machines to acees net through server.. then just use proxy server.. install it on server and tell IE on other machines to use server's proxy.

  13. #13

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2001
    Location
    Earth
    Posts
    762

    Cool

    ye it's possible with proxy server but i want to do it through Visual Basic.....Winsock Control.....


    okay!!!!

  14. #14

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2001
    Location
    Earth
    Posts
    762

    Cool

    no one know it's...........

  15. #15
    Frenzied Member moinkhan's Avatar
    Join Date
    Jun 2000
    Location
    Karachi, Pakistan
    Posts
    2,011
    You might want to send http data to the client(i.e. IE)...and that's what you should look for on the forum..i.e. how to get http data from some site thru Winsock. and then send this data to some client(IE)
    What i think IE recognizes the http data therefore you shouldn't need to do anything with IE.. just set the proxy address (you server) and port (808)

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