Remotely access another computer using C#
Solved/Closed
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....
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:
- C# shutdown pc
- Ms access download - Download - Databases
- How to access google usa - Guide
- Can't access vpn websites - VPN Forum
- Access and downloading - Guide
- Your account is temporarily unavailable regain access by logging in from a web browser - Facebook Forum
2 responses
you can go to this page : https://bytes.com/topic/c-sharp/answers/260157-logon-remote-computer-outside-domain
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" />
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" />