Hi,
I am working on getting MAC address of a newly connected client using C#.
I have written server application and when client connects to my server, I want to get MAC addresses of clients and store it in database.
I could get IP address of client but could not find a way to get MAC address
Can anyone please help me?
Other thing that I am trying to do is shrink an image sent by a server to client. When an image is sent by server (picturebox in server is larger than that at client), client can not display it completely in its picturebox. I can see half image.
Is there any way I can shrink image sent by server?
Thanks