Click here to Skip to main content
15,894,825 members
Home / Discussions / C#
   

C#

 
GeneralRe: Use GUI Component to simulate DOS-Prompt Pin
Dave Kreskowiak24-Mar-04 1:42
mveDave Kreskowiak24-Mar-04 1:42 
GeneralRe: Use GUI Component to simulate DOS-Prompt Pin
CasperChou24-Mar-04 15:03
CasperChou24-Mar-04 15:03 
GeneralRe: Use GUI Component to simulate DOS-Prompt Pin
Dave Kreskowiak25-Mar-04 0:49
mveDave Kreskowiak25-Mar-04 0:49 
GeneralEnd of line Pin
Nguyen Vu Cuong23-Mar-04 15:04
Nguyen Vu Cuong23-Mar-04 15:04 
GeneralRe: End of line Pin
T Manjaly23-Mar-04 16:05
T Manjaly23-Mar-04 16:05 
GeneralRe: End of line Pin
Nguyen Vu Cuong23-Mar-04 16:42
Nguyen Vu Cuong23-Mar-04 16:42 
GeneralDesktop Control Pin
Member 69108923-Mar-04 15:04
Member 69108923-Mar-04 15:04 
GeneralRe: Desktop Control Pin
Heath Stewart23-Mar-04 18:08
protectorHeath Stewart23-Mar-04 18:08 
Simply capture the screen coordinates of the mouse click and translate those through to the remote desktop.

Honestly, though, .NET is far too high-level at this point for an effective remote desktop application. Terminal services - which RDP uses - actually uses a virtual frame buffer that "intercepts" the output destined for the graphics card and displays that in your remote client. So if a program were to draw a simple line, that line would be drawn to the virtual frame buffer instead of having to grab an entire screenshot in a loop. Using this much more efficient approach requires low-level code and a lot of functionality in the Microsoft DDK. While it may be possible to P/Invoke what you need, there would be a LOT to do. If you're serious about carrying this project through, you should take a look at this approach that the major commercial solutions use.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: Desktop Control Pin
Anonymous24-Mar-04 14:09
Anonymous24-Mar-04 14:09 
GeneralRe: Desktop Control Pin
Heath Stewart24-Mar-04 17:00
protectorHeath Stewart24-Mar-04 17:00 
GeneralDistinct - DataView/DataTable Pin
Ruchi Gupta23-Mar-04 13:57
Ruchi Gupta23-Mar-04 13:57 
GeneralRe: Distinct - DataView/DataTable Pin
Heath Stewart23-Mar-04 14:09
protectorHeath Stewart23-Mar-04 14:09 
GeneralRe: Distinct - DataView/DataTable Pin
Ruchi Gupta23-Mar-04 14:41
Ruchi Gupta23-Mar-04 14:41 
GeneralRe: Distinct - DataView/DataTable Pin
Heath Stewart23-Mar-04 18:00
protectorHeath Stewart23-Mar-04 18:00 
GeneralXML Serialization and ArrayLists Pin
raindog23-Mar-04 13:23
raindog23-Mar-04 13:23 
GeneralRe: XML Serialization and ArrayLists Pin
Heath Stewart23-Mar-04 13:45
protectorHeath Stewart23-Mar-04 13:45 
GeneralWindows XP P2P SDK wrapped in .Net Pin
schnee2k323-Mar-04 13:03
schnee2k323-Mar-04 13:03 
GeneralRe: Windows XP P2P SDK wrapped in .Net Pin
Heath Stewart23-Mar-04 13:34
protectorHeath Stewart23-Mar-04 13:34 
GeneralRe: Windows XP P2P SDK wrapped in .Net Pin
schnee2k323-Mar-04 13:40
schnee2k323-Mar-04 13:40 
GeneralRe: Windows XP P2P SDK wrapped in .Net Pin
Matthew Hazlett23-Mar-04 14:48
Matthew Hazlett23-Mar-04 14:48 
GeneralRe: Windows XP P2P SDK wrapped in .Net Pin
leppie24-Mar-04 6:17
leppie24-Mar-04 6:17 
GeneralRe: Windows XP P2P SDK wrapped in .Net Pin
schnee2k324-Mar-04 13:07
schnee2k324-Mar-04 13:07 
QuestionHow to change url of running iexplorer instance? Pin
ckl_8823-Mar-04 12:47
ckl_8823-Mar-04 12:47 
AnswerRe: How to change url of running iexplorer instance? Pin
Heath Stewart23-Mar-04 13:01
protectorHeath Stewart23-Mar-04 13:01 
GeneralRe: How to change url of running iexplorer instance? Pin
ckl_8823-Mar-04 13:50
ckl_8823-Mar-04 13:50 

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.