![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Professional Programmer
|
Computer Browser
Hello, I am making a Computer Browser for my school's network. My teacher has a computer and i want to make it the server type thing we have 20 clients in teh room. I want to make it where whne the teacher types in the computers name on the net work into a text box and than i Have a web browser and i want it to showe whatever is going on in the computers name that was typed oin the text box. I dont know if i would need to use a web browser control or sumthing elase becaue i also want to see teh desktop also not just what they are viewing on the internet lik apps that where ran and see what they were doing in those apps etc. Thank You
|
|
|
|
|
|
#2 |
|
Expert Programmer
Join Date: Aug 2005
Location: Rotterdam, the Netherlands
Posts: 942
Rep Power: 4
![]() |
You will need to use sockets. Sockets enable you to connect two computers, and exchange information between them.
|
|
|
|
|
|
#3 |
|
Professional Programmer
|
Yes i know that but dont sockets connect via IP address i want to connect via compuater name. I know how to do IP stuff but i need to connect via Computer Name.
|
|
|
|
|
|
#4 |
|
Expert Programmer
|
Sockets' connect method should work directly with NetBIOS and fully qualified DNS names, but the Net assembly has objects for directly looking up IPs as well.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|