remotely access another computer using C#

remotely access another computer using C#

Issue

I have Created a form which could be displayed multiple Systems View in dynamically created Picture boxes. Now I have to access a system as remotely... I want to control that pc movement like logoff, shutdown using C# coding.... Please Help Me

Solution

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"

Note

Solved by d

Leave A Comment