Originally posted by: Himansu
hi,
i have a lan which consists of a windows 2000 server and all the clients have a static IP address. i want to keep a track of all the packets that the client is downloading from the internet...
is there already a tool that does this?
if i wanna develop my own s/w throught vb... do i have to do it through socket programming?
thanks in adv...
ReplyOriginally posted by: JANG JUN-YEONG
..
Reply
Originally posted by: Alamdar
IT IS A CHALLENGE FOR ME THAT I WILL SEND DATA FROM ONE COMUPTER TO ANOTHER BUT HOW IT WILL POSSIBAL ON LAN PLEASE HELP ME ON THIS ASSIGNMENT I NEED IT VERY MUCH.
~ALAMDAR~.
cud anybody help me out how to send data from 1 computer to another computer.. remotely located. thru VB application and the database is MS. Access.
ReplyOriginally posted by: sajal
hello
can any body tell me how can i get the address of other machine into a lan.
Originally posted by: Ady B.
I used the socket code into one of my projects and I have some strange problem. I couldn't find it.
Here it is what it happens:
If I run the application in debug mode (from VB 6.0) it is working perfect. The problems appears only when I run the exe file. When I connect to server (I use the client application), the connection succedes, but after that the application crash with a system error. I use a timer that send from time to time something to server. This timer is set only if I get a valid connection to server. But I gues the problem is there, after the connection in the timer procedure.
Can someone, please, help me somehow? Any idea?
Originally posted by: socket
You are the man!
Reply
Originally posted by: bryan canlas
can i use this to send any type of file to a certain client? is this apllicable for peer to peer connection?
Originally posted by: shilpa
Hello
Can anybody tell me how can i know my internet ip address in dial-up internet connection which is provided by internet service provider.
This is not fixed .it is change every time when we connect to internet.
please help me..
shilpa
Originally posted by: kavitha
hi,
can u send the code for socketclient programming in vb
and socket server programming in java
Originally posted by: Meg@deth
I tried to use WinSock.OCX to create a chat program client/server.
There are multiple clients connecting to a cenral server.
This worked fine on a local network, but when ppl tried to connect remotely to the server they could not connect.
Is this just a bug with Winsock.OCX?
I looked at this example code.....quite a bit more long winded them using the OCX, lots of rewriting on my part
(:_O(
however your example only allows a single client to connect to a server.
How can I achieve the multiple clients to a server connection using a Winsock.dll?
Any ideas?
Reply