CVS: rdesktop/tests notepadbehindwordpad.c, NONE, 1.1 notepadbehindwordpad.exe, NONE, 1.1
Peter Ã
strand <[email protected]> Mon, 24 Mar 2008 10:49:09 -0700
| Newsgroups | gmane.network.rdesktop.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/rdesktop/rdesktop/tests
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv13117
Added Files:
notepadbehindwordpad.c notepadbehindwordpad.exe
Log Message:
Added simple tool for SeamlessRDP testing
--- NEW FILE: notepadbehindwordpad.c ---
#include <windows.h>
#include <stdio.h>
#include <stdlib.h>
int
main(int argc, char *argv[])
{
HWND notepad, wordpad;
notepad = FindWindow("Notepad", NULL);
wordpad = FindWindow("WordPadClass", NULL);
SetWindowPos(notepad, wordpad, 0, 0, 0, 0, SWP_NOACTIVATE | SWP_NOMOVE | SWP_NOSIZE);
return 0;
}
--- NEW FILE: notepadbehindwordpad.exe ---
(This appears to be a binary file; contents omitted.)
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/