c++ - Manipulating scrollbars in third-party application -


I need to create an application that does the following:

In the beginning we have notepad windows It is open with lots of text in it.

Our application should scroll through this file and after each scroll operation, you will need to take a Notepad Window screenshot.

I call it SBM_Greetings, SBM_GetterGen, SBM_SETOPOS but it does not work for me.

Please note that imitating keyboard events (such as PageDown, PageUp) is not an option for me because this application should also work with other applications which can be used to tie the keyboard shortcut scroll.

Thank you.

Do not try to manipulate scrollbars instead of setfocus () instead of text-page, then page Send down message. If there are apps where you manipulate the scrollbar, you should keep the window open and send the message there.


Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -