urgent................
-
I have a problem, hope someone can help me: I have 2 computer conected by LAN. I want run a program(ex: Notepad) on Computer B from computer A.But I can't find any function to do that. Anyone can solve that problem, help me please! Thank a lots!
-
I have a problem, hope someone can help me: I have 2 computer conected by LAN. I want run a program(ex: Notepad) on Computer B from computer A.But I can't find any function to do that. Anyone can solve that problem, help me please! Thank a lots!
I really don't know what this question is doing in a programming discussion board. However, use this programm. http://www.realvnc.com/ Greetings pdluke
-
I have a problem, hope someone can help me: I have 2 computer conected by LAN. I want run a program(ex: Notepad) on Computer B from computer A.But I can't find any function to do that. Anyone can solve that problem, help me please! Thank a lots!
Sorry, double post :sigh:
-
I really don't know what this question is doing in a programming discussion board. However, use this programm. http://www.realvnc.com/ Greetings pdluke
I think he wants to do it through code, as this is a programming discussion board... I made a program that does this sort of thing. What I did is made a windows service for my clients, although a client application would work too. Then I made a server application that would tell the client what program to start. The client windows service would invoke the start of the program.
The only way to speed up a Macintosh computer is at 9.8 m/sec/sec.
-
I think he wants to do it through code, as this is a programming discussion board... I made a program that does this sort of thing. What I did is made a windows service for my clients, although a client application would work too. Then I made a server application that would tell the client what program to start. The client windows service would invoke the start of the program.
The only way to speed up a Macintosh computer is at 9.8 m/sec/sec.
Oh thanks for the reply. I didn't even think to use a service for so a "trivial" thing. I often use WCF-Services by my self, but these are for some bigger projects. :-D sorry, that misunderstood the question :doh:
-
Oh thanks for the reply. I didn't even think to use a service for so a "trivial" thing. I often use WCF-Services by my self, but these are for some bigger projects. :-D sorry, that misunderstood the question :doh:
Well I needed to use a service because the computers I needed the service on were headless servers. They needed to be able to always be waiting for the queue to run the passed program.
The only way to speed up a Macintosh computer is at 9.8 m/sec/sec.
-
I have a problem, hope someone can help me: I have 2 computer conected by LAN. I want run a program(ex: Notepad) on Computer B from computer A.But I can't find any function to do that. Anyone can solve that problem, help me please! Thank a lots!