Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8931457
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T09:07:09+00:00 2026-06-15T09:07:09+00:00

Hi i want to create a c# based remote desktop application i found this

  • 0

Hi i want to create a c# based remote desktop application
i found this solution which is written in java (link)

so far i created a basic TCP server which supports byte transfer.

Application on windows OS

  1. Server listen port:3380
  2. Receive connection -> transfer RDP

Application in linux OS

  1. Using basic application such as rdesktop to connect
  2. Python script to transfer files

Does it exist any library or anything that can help me with this kind of project
or can anybody help me convert the java “RemoteServer.zip” code to c#

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T09:07:10+00:00Added an answer on June 15, 2026 at 9:07 am

    It’s not that hard to build a remote desktop application in .NET. This can be done using AxMSTSCLib (ActiveX component) to connect to the remote computer. Microsoft has a “Microsoft RDP client control” ActiveX control that we be used for this purpose.

    1. Add a reference to “Microsoft Terminal Services Control Type Library” from the COM tab.
    2. Specify the logic to Connect to the Remote Desktop

      rdp.Server = txtServer.Text;
      rdp.UserName = txtUserName.Text;
      IMsTscNonScriptable secured = (IMsTscNonScriptable)rdp.GetOcx();
      secured.ClearTextPassword = txtPassword.Text;
      rdp.Connect();
      

    Found a couple of references:

    1. Remote Desktop using C#.NET
    2. Create a Remote Desktop Viewer using C# and WCF
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Exception Handling in java based we services JAX-WS. I want to create user defined
I want to create a tool based on maven, when i add a dependency
Here is the problem details: 1) I want to create dynamic (ip based) download
I want to create an old school simplistic Text based RPG. No inventory, no
I want to create a CSS2.1 lexical scanner based on flex. There is scanner
I want to create a business object based on a NSDictionary . The reason
I want to be able to dynamically create ViewControllers based on a JSON file.
I want to create a simple AJAX call, based on How to use Servlets
We have build several web service based on .net. Now we want to create
I'm trying to create a espeak based talking clock completely in python I want

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.