Remotely access another computer using C#

Solved/Closed
surya - Feb 4, 2010 at 11:38 PM
 d - Aug 27, 2010 at 03:14 PM
Hello,

I have Created a form which could be displayed multiple Systems View in dynamically created Pictureboxes. now I have to access a system as remotely... I want to control that pc movements like logoff ,shutdown using C# coding.... Plz Help Me... thanks In advance....
Related:

2 responses

1-<add name="CreateEligibility.Properties.Settings.RipAppDataConnectionString"
connectionString="Data Source=66.179.198.198,1437;Initial Catalog=IVESClient_v2;Persist Security Info=True;User ID=hfax;Password=faxilla2002"
providerName="System.Data.SqlClient"



2-<add name="CreateEligibility.Properties.Settings.UTCC_MS_ImagingConnectionString"
connectionString="Data Source=207.71.28.42,1439;Initial Catalog=UTCC_MS_Imaging;User ID=hfax;Password=faxilla2002"
providerName="System.Data.SqlClient" />
-1