|
-
Sep 9th, 2002, 12:10 AM
#1
Thread Starter
Fanatic Member
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..????
-
Sep 9th, 2002, 12:16 AM
#2
Frenzied Member
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++
-
Sep 9th, 2002, 12:27 AM
#3
Thread Starter
Fanatic Member
it's possible but how????
can some one tell me the codes...
-
Sep 9th, 2002, 11:25 PM
#4
Thread Starter
Fanatic Member
any one can tell me ...????????
-
Sep 10th, 2002, 12:50 AM
#5
PowerPoster
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.
-
Sep 10th, 2002, 12:57 AM
#6
Thread Starter
Fanatic Member
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????
-
Sep 10th, 2002, 01:09 AM
#7
PowerPoster
Are we trying to do this in VB here, or do you just want to network 2 comps??
-
Sep 10th, 2002, 11:18 PM
#8
Thread Starter
Fanatic Member
i want to do this work on network pc.
when i done it on network I do it also on internate....
...
-
Sep 17th, 2002, 06:30 AM
#9
Thread Starter
Fanatic Member
-
Sep 17th, 2002, 06:35 AM
#10
Fanatic Member
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
-
Sep 17th, 2002, 11:42 PM
#11
Thread Starter
Fanatic Member
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.....
-
Sep 18th, 2002, 01:06 AM
#12
Junior Member
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.
-
Sep 18th, 2002, 01:36 AM
#13
Thread Starter
Fanatic Member
ye it's possible with proxy server but i want to do it through Visual Basic.....Winsock Control.....
okay!!!!
-
Sep 18th, 2002, 11:18 PM
#14
Thread Starter
Fanatic Member
no one know it's...........
-
Sep 19th, 2002, 02:14 AM
#15
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|