开发者

How to send toolbar message from c++?

I am creating a Internet Explorer 6 plugin using VC++. I would like to know, how can I send 开发者_如何学Gomessages like TBN_TOOLBARCHANGE from my C++ ?


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜