Accessing remote applications on a network
Hi all
I use WMI and API(where it is faster) to do a variety of functions on multiple network PCs from a server. There are, however, things I can not do with either of the technologies(locally yes, not remotely) so I'd like to create a small client DLL or EXE that will be installed on every client.
Problem is that I don't know how would I access this DLL remotely. Does anyone know how to run an application using WMI or API remotely, pass and receive values from it?
To explain one more time, I'll have a DLL installed on all network PCs and I want to be able to run this DLL and its methods from 1 PC.
Thanks alot
Milan