Thursday, October 28, 2010

How can i detect all clients connected to my server using vb 6.0?

I wanna programmatically detect connected clients, make a list and built some financial app using VB? Plz Help me and thanks in advance.How can i detect all clients connected to my server using vb 6.0?
Can you provide some more information - how are your clients connecting? RDP, file share, etc.



===========================

Ok, determining passive connections - that will not be trivial. To be honest, I cannot point you directly to a solution but expect it will lie within the Windows Management Interface (WMI). You'll have to research in here for facilities available to the server level.



Here are some starting points for you. The first talks about C/C++ but VB can interface to C libraries so you should be able to make the connection.



http://msdn.microsoft.com/en-us/library/鈥?/a>



This gives you examples of using WMI in VB.

http://computerperformance.co.uk/vbscrip鈥?/a>

No comments:

Post a Comment