how to start process with GUI in remote machine using C#.net

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vimalsantoki
    New Member
    • Jun 2010
    • 2

    how to start process with GUI in remote machine using C#.net

    Any one please help me in c#.

    I want to start a GUI process in remote machine using c#.net.

    I have develop one windows application for LAN in which I provide a facility of remote process start and stop. I can abal to stop the process of remote machine but i can't able to start a process with GUI in remote machine.

    process is start in taskmanager but not start in GUI please help for this.

    thanks...
  • fractalengine
    New Member
    • Jun 2010
    • 5

    #2
    How are you starting the process remotely?

    Sounds like you are launching it in your own context instead of the context of the user who is logged in on the remote machine

    Comment

    • vimalsantoki
      New Member
      • Jun 2010
      • 2

      #3
      Originally posted by fractalengine
      How are you starting the process remotely?

      Sounds like you are launching it in your own context instead of the context of the user who is logged in on the remote machine
      First of all sorry for late reply.

      No I am launching it with users context by which user logged in on the remote machine.

      Comment

      Working...