Click here to Skip to main content
15,896,912 members
Please Sign up or sign in to vote.
2.50/5 (2 votes)
See more:
How to get information from computers connected in a network running Windows XP OS. and How to control and track their activities in VB.NET??
Posted

1 solution

You can get information about computers in your domain using WMI or the System.Management class (there is info and examples here[^])

Control and track their activities? Why do you want to do that?



"actually i m developing an application in VB.NET for Automated CyberCafe management where in which 1 Central or Server will be there and it should manage and track all the activites of computers connected in the network...."


Ooooh! I'm not sure I like that! The only reason I would use a cyber cafe is because I was away from home and needed to do something urgently: I don't think I want to be "Controlled and tracked" while logging in to my email, or bank account...:~
 
Share this answer
 
v2
Comments
abhi_500 27-Feb-11 3:37am    
actually i m developing an application in VB.NET for Automated CyberCafe management where in which 1 Central or Server will be there and it should manage and track all the activites of computers connected in the network....
OriginalGriff 27-Feb-11 3:41am    
Answer updated
abhi_500 27-Feb-11 3:45am    
there are plenty of softwares like CLINK Cyber Cafe Manager and all. they do it quite well. Or else i need a solution for this. 1. Getting info on the no of computers connected to that network
2. Sending messages or commands to the computers connected in that network...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900