I was shocked when I found this video, this is exactly what I was looking for, thank you !!
@xxDeath99Starxx3 жыл бұрын
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.
@jarno24273 жыл бұрын
@@xxDeath99Starxx thank you
@exoticcarsoffrance2872 жыл бұрын
Excellent fast and understandable video, thank you
@berkayozcan51992 жыл бұрын
Great, fast, best solution! Thanks!
@victorga742 жыл бұрын
Awesome! Thanks for sharing
@relaxwithlyrics3 жыл бұрын
Thank you so much, This helped me a lot.
@keithkatane4854 Жыл бұрын
You're a G.
@myusufda29612 жыл бұрын
Thank u so much sir, work it..
@minimalstory3 жыл бұрын
big thanks!!! work for me!
@JohnfritzAntipuesto-f2g4 ай бұрын
Is there a way to do this in WPF applications?
@K5-Tech3 жыл бұрын
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?
@Dozerth9 ай бұрын
How can I put dynamic resolution to it?
@thecommandcrafter48737 ай бұрын
Thank you so much
@rgxronnie6751 Жыл бұрын
im getting an error with this axMsRdpClient10NotSafeForScripting1.AdvancedSettings2.ClearTextPassword =
@gunnerguy313 жыл бұрын
Any idea on using rdpviewer class?
@xxDeath99Starxx3 жыл бұрын
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?
@9gentle3 жыл бұрын
Hello, I did exactly the same whatever you did. But nothing is getting displayed in my screen. Please help it's urgent.
@xxDeath99Starxx3 жыл бұрын
Please break this down more and show me screenshots if possible.
@myusufda29612 жыл бұрын
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.
@myusufda29612 жыл бұрын
@@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 Жыл бұрын
@ 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 Жыл бұрын
@ 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?
@lufekon92632 жыл бұрын
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 Жыл бұрын
hhahahah y want to open cmd then write net user %%%%% damn
@tree-service3 жыл бұрын
thanks very much soo much
@rgxronnie6751 Жыл бұрын
does this only work for rdp??????
@thatcj42632 жыл бұрын
Does this work on windows 7 and greater operating systems?
@inflammable63192 жыл бұрын
I dont have that Element Host controller
@inflammable63192 жыл бұрын
I got it, I should have created project on .NET framework, not core.
@ankitshah28372 жыл бұрын
Hey, I am looking to try for myself. If you can share the code of the same it would be great.
@geraldopaciencia29692 жыл бұрын
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
@xxDeath99Starxx2 жыл бұрын
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
@xxDeath99Starxx2 жыл бұрын
Just realized Remoteviewing lib comes with examples, so you should be set.
@manishswami8773 жыл бұрын
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
@xxDeath99Starxx3 жыл бұрын
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 Жыл бұрын
Where server
@humzaferoz1714 Жыл бұрын
Sr is ki file source code h tw send
@AmitSingh-rl8kz3 жыл бұрын
Thanks for making this video, and I need to open any application remote desktop when I click connect button. Please send the code.
@xxDeath99Starxx3 жыл бұрын
Thanks for watching, but what do you mean by "need to open any application remote desktop when I click connect button" ?
@AmitSingh-rl8kz3 жыл бұрын
@@xxDeath99Starxx means if I click connect button open remote desktop and application also Both in one click . Like open notepad of remote desktop.
@xxDeath99Starxx3 жыл бұрын
@@AmitSingh-rl8kz I'm not sure what you're asking? sorry.