RE: A Few Questions
1. No
2. Yes kinda, you can do 1 of 2 things you can create a custom looking button and put the image element in it, or use FindWindowExW to find the handle of the image element, not the best solution because it can change.
3. Using the NMHDR structure you have to use the WM_NOTIFY parameter and register the message.
|