tags:

views:

18

answers:

2

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
A: 

People still make IE 6 plugins?

Arafangion
(By the way... Don't upvote this. :) It's not an answer!)
Arafangion