Subj : win32 api To : borland.public.cpp.borlandcpp From : mike Date : Fri Aug 27 2004 08:57 pm hi, how can i make a app send the Alt + Print Screen keystroke to a window? i want to capture a window in the windows clipboard so that i can do a Ctrl-V to paste it somewhere. i was thinking something like this: HWND h = FindWindow ("myapp", NULL); SetForegroundWindow (h); // .... need to send Alt + Print Screen to capture window... aloha, mike .