Click here to Skip to main content
16,010,022 members
Home / Discussions / C#
   

C#

 
AnswerRe: What does this mean? Pin
Paul Conrad30-Nov-07 8:26
professionalPaul Conrad30-Nov-07 8:26 
AnswerRe: What does this mean? Pin
Anthony Mushrow30-Nov-07 8:31
professionalAnthony Mushrow30-Nov-07 8:31 
QuestionWriting a Remote Desktop app Pin
freaknut30-Nov-07 6:41
freaknut30-Nov-07 6:41 
AnswerRe: Writing a Remote Desktop app Pin
mav.northwind30-Nov-07 7:41
mav.northwind30-Nov-07 7:41 
GeneralRe: Writing a Remote Desktop app Pin
Anthony Mushrow30-Nov-07 8:09
professionalAnthony Mushrow30-Nov-07 8:09 
GeneralRe: Writing a Remote Desktop app Pin
Paul Conrad30-Nov-07 8:27
professionalPaul Conrad30-Nov-07 8:27 
GeneralRe: Writing a Remote Desktop app Pin
freaknut30-Nov-07 8:52
freaknut30-Nov-07 8:52 
GeneralRe: Writing a Remote Desktop app Pin
Anthony Mushrow30-Nov-07 9:47
professionalAnthony Mushrow30-Nov-07 9:47 
Yup, C#. I just used sockets, a network stream, and streamreader and streamwriter. I also used two connections, one for communication, and one for transfering files. That way i could still communicate between the two machines while a large file was being uploaded / downloaded.

The things your gonna have to do though, to acheive what you want, is to catch all user input (mouse, keyboard) and send this data to the host machine, and have the host machine send screenshots back.

Sending a whole screenshot eveytime will waste time and bandwidth though. Try splitting the screen into separate parts, and only send the part of the screen that needs updating. How you would know which parts of the screen have been updated... i don't know; and I don't want to speculate.

My current favourite word is: PIE!

I have changed my name to my regular internet alias. But don't let the 'Genius' part fool you, you don't know what 'SK' stands for.
-The Undefeated

GeneralRe: Writing a Remote Desktop app Pin
freaknut30-Nov-07 8:45
freaknut30-Nov-07 8:45 
GeneralRe: Writing a Remote Desktop app Pin
Dan Neely30-Nov-07 8:51
Dan Neely30-Nov-07 8:51 
AnswerRe: Writing a Remote Desktop app Pin
Pete O'Hanlon30-Nov-07 11:02
mvePete O'Hanlon30-Nov-07 11:02 
QuestionEvent for forced application interruption Pin
Dimok197930-Nov-07 6:17
Dimok197930-Nov-07 6:17 
AnswerRe: Event for forced application interruption Pin
led mike30-Nov-07 6:23
led mike30-Nov-07 6:23 
AnswerRe: Event for forced application interruption Pin
Anthony Mushrow30-Nov-07 6:35
professionalAnthony Mushrow30-Nov-07 6:35 
GeneralRe: Event for forced application interruption Pin
Dimok197930-Nov-07 6:44
Dimok197930-Nov-07 6:44 
GeneralRe: Event for forced application interruption Pin
Skippums30-Nov-07 7:03
Skippums30-Nov-07 7:03 
QuestionHow to Show Form Pin
A.Asif30-Nov-07 6:10
A.Asif30-Nov-07 6:10 
AnswerRe: How to Show Form Pin
Ravi Bhavnani30-Nov-07 6:17
professionalRavi Bhavnani30-Nov-07 6:17 
AnswerRe: How to Show Form Pin
Anthony Mushrow30-Nov-07 6:40
professionalAnthony Mushrow30-Nov-07 6:40 
QuestionSending Mail errror Pin
NewToAspDotNet30-Nov-07 6:08
NewToAspDotNet30-Nov-07 6:08 
AnswerRe: Sending Mail errror Pin
Ravi Bhavnani30-Nov-07 6:19
professionalRavi Bhavnani30-Nov-07 6:19 
GeneralRe: Sending Mail errror Pin
NewToAspDotNet30-Nov-07 6:43
NewToAspDotNet30-Nov-07 6:43 
GeneralRe: Sending Mail errror Pin
Ravi Bhavnani30-Nov-07 6:49
professionalRavi Bhavnani30-Nov-07 6:49 
QuestionRead from USB Device. Pin
ColonelSanders30-Nov-07 5:55
ColonelSanders30-Nov-07 5:55 
QuestionExtension Methods... Pin
martin_hughes30-Nov-07 5:38
martin_hughes30-Nov-07 5:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.