Home All Groups Group Topic Archive Search About

Events in a remote computer

Author
10 Aug 2006 7:04 AM
sgr
Hello,     
I am making a program that allows me to read the Windows events, I would
like that in addition to the local equipment it could read of a remote
computer of my network.    
As this with VB .net could be done?   
Thank you very much

Author
10 Aug 2006 9:31 AM
Anand[MVP]
Try using WMI.
You can do it from .NET using the System.Management.Instrumentation class.

--
Rgds,
Anand
VB.NET MVP
http://www.dotnetindia.com


Show quoteHide quote
"sgr" wrote:

> Hello,     
> I am making a program that allows me to read the Windows events, I would
> like that in addition to the local equipment it could read of a remote
> computer of my network.    
> As this with VB .net could be done?   
> Thank you very much