Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

custom IE toolbar disable addon button

48 views
Skip to first unread message

Sue

unread,
Apr 22, 2011, 4:08:06 PM4/22/11
to
Hi,

I have a toolbar for IE and Microsoft place a little "X" button on the
left side of the toolbar. And when you click the "X", a dialog box
appears asking you if you want to disable the addon. I want to show my
own dialog box when user click the little "X" mark. Can anyone tell me
how to do this? If you download Yahoo toolbar or Bing bar, they have
the same thing. I am wondering how did they do this.

yurikus

unread,
May 12, 2011, 4:07:21 PM5/12/11
to

When replying to IDeskBand::GetBandInfo notification, do either of
these:

if (pdbi->dwMask & DBIM_TITLE)
{
pdbi->dwMask &= ~DBIM_TITLE;

// Presence of DBIM_TITLE is required for the
// rebar child window to be offset correctly
// to show the band's close button
// ::lstrcpyW(pdbi->wszTitle, L"");
}

muratayu...@gmail.com

unread,
Nov 1, 2012, 5:03:32 AM11/1/12
to
I have same quastion. I can remove "X" button by doing so, but I don't know how to open disable dialog that appears when default "X" button is clicked or when select "disable" in Google Toolbar's original "X" button window instead of select "hide".

Do you have an idea?
0 new messages