I am creating a Internet Explorer 6 plugin using VC++. I would like to know, how can I send messages like TBN_TOOLBARCHANGE from my C++ ?
+1
A:
You could probably use SendMessage API. For this, you need to know the target handle of window to cause the desired effect. You may use FindWindow() to match a window against certain characteristics, and Spy++ would help you see what others are doing.
Pavel Radzivilovsky
2010-06-21 09:35:30
(By the way... Don't upvote this. :) It's not an answer!)
Arafangion
2010-06-21 09:52:03