How to connect to Remote PC using C# Coding?
-
Hi, I am using C# 2.0 and want to connect Remote PC using Windows Form environment in C#. Is that possible to connect to remote using IP Address. Do not worry about the permission assume we have access to username and password of the Remote PC. Is this possible in local network PC??? If yes then how???:rose: Replay me. :cool::cool::cool::rose::rose::rose::rose:
Naresh Patel
-
Hi, I am using C# 2.0 and want to connect Remote PC using Windows Form environment in C#. Is that possible to connect to remote using IP Address. Do not worry about the permission assume we have access to username and password of the Remote PC. Is this possible in local network PC??? If yes then how???:rose: Replay me. :cool::cool::cool::rose::rose::rose::rose:
Naresh Patel
Yes, it is possible. Use System.Runtime.Remoting
I get all the news I need from the weather report - Paul Simon (from "The Only Living Boy in New York")
-
Yes, it is possible. Use System.Runtime.Remoting
I get all the news I need from the weather report - Paul Simon (from "The Only Living Boy in New York")
But How. Is there any codding sample for this type of Idea???
Naresh Patel
-
But How. Is there any codding sample for this type of Idea???
Naresh Patel
Yeah, there is more code samples than you can shake a stick at. Google it, C# remoting.
I get all the news I need from the weather report - Paul Simon (from "The Only Living Boy in New York")
-
Hi, I am using C# 2.0 and want to connect Remote PC using Windows Form environment in C#. Is that possible to connect to remote using IP Address. Do not worry about the permission assume we have access to username and password of the Remote PC. Is this possible in local network PC??? If yes then how???:rose: Replay me. :cool::cool::cool::rose::rose::rose::rose:
Naresh Patel
nareshgoradara wrote:
Is that possible to connect to remote using IP Address.
How do you want to connect that remote PC? Remote Desktop? You can use either Microsoft Web Remote Desktop Connection or C# VNCClient. Microsoft Remote Desktop For Developer: Remote Desktop Web Connection [^] Remote Desktop Manager (MSTSCUI.NET)[^] C# VNC Client VNC-Client for .NET is a VNC-Client written in C# using the .NET Framework.[^] Is that remote PC FTP Server? C# FTP Client Library[^] FTP Server in C# [^] Console FTP in C#[^] Is that remote PC EMail Server? So, If it's IMAP, use Outlook dll for accessing Email Server. OR OpenSmtp.Net[^] OpenSource ASP.NET webmail application written in C#[^] C# Email Server[^] Is there any remoting host or sock