Re: Re:How to make a Chevron on an IDeskBand toolbar
- From: "Igor Tandetnik" <itandetnik@xxxxxxxx>
- Date: Thu, 15 May 2008 11:43:08 -0400
Malathi <malathi1@xxxxxxxxx> wrote:
It is a query regaind Verticla bar and not an reply ro your query.
I am asking you because u seem to have woked with Harizontal
toolbar.Mine is sidebar i.e vertical exporer bar in IE. Good example
of a vertical bar is our research/Search of IE. View -> Explorer bar
-> Serach/Favorites/History/Research etc. My sidebar is one such bar.
It is developed using VC++ and the frame is using IDeskband. Now I
want to know is it possible to remove/disable the close buttton.
Not in a documented, supported way. You could probably navigate window
hierarchy (use Spy++ to study it), find the Close button (it's actually
a small toolbar window that contains just this one button) and use
Windows API to disable or hide it. Of course the user would still be
able to close your band via the View menu.
--
With best wishes,
Igor Tandetnik
With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea. It is hard to be sure where they are going to
land, and it could be dangerous sitting under them as they fly
overhead. -- RFC 1925
.
- References:
- Re:How to make a Chevron on an IDeskBand toolbar
- From: Malathi
- Re:How to make a Chevron on an IDeskBand toolbar
- Prev by Date: Re: Capture IWebBrowser image (call IViewObject::Draw from a different thread)
- Next by Date: How to access javascript variable via MSHTML in Dephi?
- Previous by thread: Re:How to make a Chevron on an IDeskBand toolbar
- Next by thread: How to access javascript variable via MSHTML in Dephi?
- Index(es):
Loading