I am developing a program that will be run through Windows remote desktop, and at a certain point it opens a webpage. Someone pointed out that it would be great if the program could launch the webpage
Im looking for code that connects to another computer via remote desktop connection and c开发者_Python百科hecks if the connection was successful or not.
Hi all, Now I want to implement a remote control application, then I google it.I found SendMessage, FindWindow and GetDesktopWindow can help me do something basic. I write some test code in Visual S
I am writing an application, in Borland Turbo C++ (2006) and running under Windows XP Pro, in which I want to record from the audio input into a data buffer so that I can subsequently FFT the time res
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I recently installed a Windows Server 2008 R2. I added the role \"Hyper-V\". I imported a Virtual Machine (Another Windows Server 2008 R2).
I have a W开发者_Go百科indows Embedded CE 6.0 Device that I want to use to remote IN to a big Windows client. Is there any tool/app/utility that would basically make the CE device a Remote server and
How does VNC send REPAINT messages to windows even when a user is not active? I would like to implement this in C sharp - I\'ve had a look at the PrintWindow, SendMessage methods and none of them ach
I have download开发者_StackOverflowed VNCsharp sample form here. I run the sample on my own machine and another instance of it on a remote machine then try to connect to remote host but it throws an e
I have a C sharp console application that captures a screenshot of a MS Word document several times. It works great, but when I place this application on a remote windows XP machine it works fine whil