How to send message to a window
-
I can get the handle of the window, it's another application. I want to send a "Ctrl+C" to the window. I think I should use the windows message system. But I don't know how to do. Thanks in advance.
pinvoke SendMessage
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
I can get the handle of the window, it's another application. I want to send a "Ctrl+C" to the window. I think I should use the windows message system. But I don't know how to do. Thanks in advance.
try to download and install API-Guide this software will help u lot.