I have a window and I am viewing messages that are sent to it using Spy ++. Is it possible to determine which process sent my window to this message if it really was sent from another process?
No, Win32 window messages do not contain information about where they were sent from (unless this information is included as part of WPARAM messages and / or LPARAM components).
Source: https://habr.com/ru/post/1395321/More articles:Detect iPad (or iOS) for just one href change - javascriptIs it safe to execute an SQL query like this in Python using MySQLdb? - pythonRefine the confirm_at column is no longer updated after rails 3.2 + devise 2.0 - ruby-on-railsiOS: user interface testing + continuous integration? - iosincreasing expressiveness in the test of array elements - performancenumber of xml elements with multiple conditions - xmlsetup.py and setting up a python project - pythonFree integration with SMS API with my web application - apiAfter some time, the animation begins to move - javascriptWhat is the correct way to override a generic method? - javaAll Articles