Click here to Skip to main content
15,881,172 members
Please Sign up or sign in to vote.
1.25/5 (4 votes)
See more:
Hi. I like to create an Team Viewer application in C#, how to do this i have no idea please help me bcz i am beginner. Any suggestion?


Thanks !


Programming is an ART
Posted
Comments
BillWoodruff 25-Nov-14 9:57am    
Define the features of a "TeamViewer." Which user can "see" which other user's computer, and what "can be seen" ? Console interaction only ? GUI ?
Bernhard Hiller 25-Nov-14 10:54am    
Bill, honestly, do you ever read the date when the question was posted?
E.g. "Posted 12-Dec-11 11:15am" - your comments bring those old questions back into the first pages fo QA, and some newbie experts will then answer them...
BillWoodruff 25-Nov-14 12:35pm    
Did you ever stop beating your wife ? :)

I responded because the question became active again through the post you see at the end here.

http://www.codeproject.com/Answers/846404/RE-Team-Viewer-in-Csharp

However, I do accept your valid criticism, and confess to not seeing the date before I responded, also. And,I agree with you that it's generally a good thing not to respond to questions so old: however, I wouldn't want to have a rule that prevents anyone from posting a solution if they are so inspired.

Mea culpa.

cheers, Bill
loveing programming 25-Aug-15 10:53am    
But teamwiver has tow parts one on pc and scand on android phon

 
Share this answer
 
Comments
AmitGajjar 12-Dec-11 6:02am    
Hi,

this may not help because in both the article they are using RDP client control. this guy wants Teamviewer like feature when both client and server will not disconnect and both can work on same computer.

am i right Resko23 ?
BillWoodruff 25-Nov-14 9:54am    
You should post this as a question to the OP so they will be sure and see it.
AmitGajjar 25-Nov-14 10:54am    
Your right, I don't recall why i had posted here...lol
Although i don't believe that's exactly easy for a beginner, i would use .net vnc server/viewer (or custom vnc server/viewer implementation) and .net ssh library to connect/authenticate/proxy vnc connection through an ssh server to the other machine.
integrating teamviewer through the api though would be an easier task.
 
Share this answer
 
Comments
Bark Ups 20-Aug-14 16:55pm    
Agree with Nix

You need quiet vast knowledge about programming and protocols.
If you are a beginner i would like to propose something less complex. like local applications type of , calc, notepad.. than something like file and folder management application than maybe your first application that will connect to other host in local network, than maybe your first ftp server / client and so on...

If you dont know how to fly, dont try to build intergalactic spaceship... it is higly possible that you will fail and even discourage. Small steps are the best way.
and never give up if you really want to do sth.

good Luck and have fun

regards
Use

http://www.codeproject.com/Articles/19836/Palantir-Remote-Desktop-Manager
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900