With SendMessage I can send the message with wparam and lparam to window with a certain handle, but what I need is to hook msges and their wparam/lparam from win handle I choose to. Is there a way to do so? Can someone show me?