I\'m trying to use the following code to press a button on my other application:
HWND ButtonHandle; if( (wnd = FindWindow(0, \"Do you want to save?\")) ) {
maybe this can help: http://www.cplusplus.com/forum/beginner/8806/