How to create Remote Desktop Client C#

  Рет қаралды 18,901

xxDeath99Starxx

xxDeath99Starxx

Күн бұрын

Пікірлер: 50
@jauregui4701
@jauregui4701 3 жыл бұрын
I was shocked when I found this video, this is exactly what I was looking for, thank you !!
@xxDeath99Starxx
@xxDeath99Starxx 3 жыл бұрын
Glad you found this helpful :) I could only find guides from many years ago which weren't exactly working in the newest Visual Studio version.
@jarno2427
@jarno2427 3 жыл бұрын
@@xxDeath99Starxx thank you
@exoticcarsoffrance287
@exoticcarsoffrance287 2 жыл бұрын
Excellent fast and understandable video, thank you
@berkayozcan5199
@berkayozcan5199 2 жыл бұрын
Great, fast, best solution! Thanks!
@victorga74
@victorga74 2 жыл бұрын
Awesome! Thanks for sharing
@relaxwithlyrics
@relaxwithlyrics 3 жыл бұрын
Thank you so much, This helped me a lot.
@keithkatane4854
@keithkatane4854 Жыл бұрын
You're a G.
@myusufda2961
@myusufda2961 2 жыл бұрын
Thank u so much sir, work it..
@minimalstory
@minimalstory 3 жыл бұрын
big thanks!!! work for me!
@JohnfritzAntipuesto-f2g
@JohnfritzAntipuesto-f2g 4 ай бұрын
Is there a way to do this in WPF applications?
@K5-Tech
@K5-Tech 3 жыл бұрын
Does the computer that you take over get a black screen or something? Or could you still use that computer with 2 persons? Like teamviewer?
@Dozerth
@Dozerth 9 ай бұрын
How can I put dynamic resolution to it?
@thecommandcrafter4873
@thecommandcrafter4873 7 ай бұрын
Thank you so much
@rgxronnie6751
@rgxronnie6751 Жыл бұрын
im getting an error with this axMsRdpClient10NotSafeForScripting1.AdvancedSettings2.ClearTextPassword =
@gunnerguy31
@gunnerguy31 3 жыл бұрын
Any idea on using rdpviewer class?
@xxDeath99Starxx
@xxDeath99Starxx 3 жыл бұрын
Sorry, I haven't used it at all, but I'm sure there are some stuff on the programming forums? What are you looking to do?
@9gentle
@9gentle 3 жыл бұрын
Hello, I did exactly the same whatever you did. But nothing is getting displayed in my screen. Please help it's urgent.
@xxDeath99Starxx
@xxDeath99Starxx 3 жыл бұрын
Please break this down more and show me screenshots if possible.
@myusufda2961
@myusufda2961 2 жыл бұрын
I was also like that before, I couldn't access it, it turned out that the problem was in the rdp version. try to enter version 9 or the exact same version in the video tutorial. good luck.
@myusufda2961
@myusufda2961 2 жыл бұрын
@@xxDeath99Starxx thank u so much sir your tutorial ., i like it..
Жыл бұрын
hello, first of all, thank you very much for the video. I have a little question. Do the user name and password information need to be the information of the remote computer?
Жыл бұрын
So I mean, I don't quite understand what you base them on.Can you explain about this?thank u
@xxDeath99Starxx
@xxDeath99Starxx Жыл бұрын
@ Hi thanks for your kind words, The username and password are simply based just on the computer username and password you're trying to remotely connect to.
Жыл бұрын
@@xxDeath99Starxx Hi thank u for your time.I wanna ask one more quesrion.can i connect to windows 7 operating system on windows 10 with this code?
@xxDeath99Starxx
@xxDeath99Starxx Жыл бұрын
​@ Hi, I have not personally done this and currently don't own a machine with windows 7 but from research it seems it is possible and fine to do! I would recommend using the default windows remote desktop connection app for testing first, as this uses the dll from that application. Thanks.
Жыл бұрын
@@xxDeath99Starxx thanks.I was able to make the conncet.but ı have one more question=) When I make an rdp connection, the remote computer logs out automatically. How can I prevent this?
@lufekon9263
@lufekon9263 2 жыл бұрын
Hi, thank you mate that was exactly i was looking for. I got a question. Do you know how i can launch some programms at the remote PC via code? For example open a webbrowser automatically after accessing the remote connection.
@hassan.chicken
@hassan.chicken Жыл бұрын
hhahahah y want to open cmd then write net user %%%%% damn
@tree-service
@tree-service 3 жыл бұрын
thanks very much soo much
@rgxronnie6751
@rgxronnie6751 Жыл бұрын
does this only work for rdp??????
@thatcj4263
@thatcj4263 2 жыл бұрын
Does this work on windows 7 and greater operating systems?
@inflammable6319
@inflammable6319 2 жыл бұрын
I dont have that Element Host controller
@inflammable6319
@inflammable6319 2 жыл бұрын
I got it, I should have created project on .NET framework, not core.
@ankitshah2837
@ankitshah2837 2 жыл бұрын
Hey, I am looking to try for myself. If you can share the code of the same it would be great.
@geraldopaciencia2969
@geraldopaciencia2969 2 жыл бұрын
I need to make an application exactly like this TCP/IP that shows the PC screen to other clients, could you help me or suggest a video for me? please...thanks and wait for your answer bro
@xxDeath99Starxx
@xxDeath99Starxx 2 жыл бұрын
So, if I understand correctly, you want to create something similar but not using the RDP class? For c# there are a few libraries I've played around with: #1 github.com/quamotion/remoteviewing #2 github.com/vis2k/Telepathy These make the setup of TPC client and server very easy and then all you need to construct is sending the image data, though I will say be careful about how many frames you send and the size of the data. They may need some process before sending, which you can probably use OpenCV for. I do have an ancient example of using the RemoteViewing from when I was first playing around with it. github.com/ITheFallenI/RemoteViewingExample
@xxDeath99Starxx
@xxDeath99Starxx 2 жыл бұрын
Just realized Remoteviewing lib comes with examples, so you should be set.
@manishswami877
@manishswami877 3 жыл бұрын
can you explain me , how anydesk app is working like how to connect from one pc to another , please i have to make similar app like that
@xxDeath99Starxx
@xxDeath99Starxx 3 жыл бұрын
Okay, sure if I understand what you are asking, well first thing first is you have to enable the remote desktop feature on Windows as shown at 0:13 You then have to get the computer's ipv4 address (typing ipconfig in cmd will show this) Then you can login with the ipv4 & the computer's username and password. This is for LAN but if you want to access an external network computer, I think you would have to port forward the ipv4, and access it via the public IP instead. You can lookup any guide on how to use the windows remote desktop application, this method is using that.
@AbudalmlikAlhadere
@AbudalmlikAlhadere Жыл бұрын
Where server
@humzaferoz1714
@humzaferoz1714 Жыл бұрын
Sr is ki file source code h tw send
@AmitSingh-rl8kz
@AmitSingh-rl8kz 3 жыл бұрын
Thanks for making this video, and I need to open any application remote desktop when I click connect button. Please send the code.
@xxDeath99Starxx
@xxDeath99Starxx 3 жыл бұрын
Thanks for watching, but what do you mean by "need to open any application remote desktop when I click connect button" ?
@AmitSingh-rl8kz
@AmitSingh-rl8kz 3 жыл бұрын
@@xxDeath99Starxx means if I click connect button open remote desktop and application also Both in one click . Like open notepad of remote desktop.
@xxDeath99Starxx
@xxDeath99Starxx 3 жыл бұрын
@@AmitSingh-rl8kz I'm not sure what you're asking? sorry.
@AmitSingh-rl8kz
@AmitSingh-rl8kz 3 жыл бұрын
@@xxDeath99Starxx no problem bro thanks 😊
@aman_acc258
@aman_acc258 2 жыл бұрын
code
@xxDeath99Starxx
@xxDeath99Starxx 2 жыл бұрын
video
How To Create a Chat App and Server Tutorial WPF C#
55:29
Payload
Рет қаралды 69 М.
Remote Desktop Protocol (RDP) using an SSL VPN
5:27
F5 DevCentral
Рет қаралды 72 М.
Amazing remote control#devil  #lilith #funny #shorts
00:30
Devil Lilith
Рет қаралды 15 МЛН
小丑揭穿坏人的阴谋 #小丑 #天使 #shorts
00:35
好人小丑
Рет қаралды 48 МЛН
Elza love to eat chiken🍗⚡ #dog #pets
00:17
ElzaDog
Рет қаралды 25 МЛН
БУ, ИСПУГАЛСЯ?? #shorts
00:22
Паша Осадчий
Рет қаралды 1,9 МЛН
RustDesk - The Self Hosted Open Source Team Viewer Alternative
13:20
Mental Outlaw
Рет қаралды 170 М.
Why I Quit Netflix
7:11
ThePrimeagen
Рет қаралды 517 М.
How to Create a Windows Service Using C# and Visual Studio!
17:13
LeMaster Tech
Рет қаралды 63 М.
C# Tutorial -  TCP/IP Client Server | FoxLearn
10:12
Fox Learn
Рет қаралды 399 М.
This Makes Malware in 30 Seconds...
16:45
PCPal
Рет қаралды 9 М.
C#- How to create a Remote Desktop Viewer (Part 2/2 Server)
10:50
How to create a vpn application with C# .NET
32:25
shanesreal
Рет қаралды 67 М.
How To Create Auto Update -  C# | Windows Form
23:34
Coding Ideas
Рет қаралды 25 М.
Amazing remote control#devil  #lilith #funny #shorts
00:30
Devil Lilith
Рет қаралды 15 МЛН