how to invoke c#.net application
-
Hi all, In my case..there is a server and client.. assume PC-A as server,PC-B as client. Printer is physically connected to PC-A server,which is now can be called as Print Server(i.e.,PC-A). The problem is as below.. Here the user is at PC-B(client machine),then he opens a normal word document(not through my application) and gives the normal file print...Then Immediately i have to invoke my c#.net windows application which is used for some accounting purpose. To my knowledge I thought to write a service to watch/catch the spool file generation at client PC-B(client machine) machine and then it should invoke the windows application..But actually the spool file is generated at Server end but at client end... Kindly guide me to resolve this issue..