Originally posted by: Nick
I am not getting the tool tip notification at start
when some movement is done at toolbar it start
Why this is happening If anyone knows pleaserespond Immediatly.
Originally posted by: brook
Aonther,how can I get the code about this article!?
ReplyOriginally posted by: Ijaduola Razaq
You can also change the style, try:
m_ToolBar.ModifyStyle(0, TBSTYLE_FLAT);
Originally posted by: Ben Liu
call
cToolBar.CreateEx(this);
to make toolbar flat
Originally posted by: Faridul Islam
I build a simple Dlg Apps and Load MyToolBar(with a Bitmap) + LOGO (static icon) on Dlg area.
But, now I faced a problem of disapperaing the LOGO when I change any IE Browsing Option. Eventhough without changing any Option just click on OK or Cancel this poblem happens.
Next, I did not find what are AFX_IDW_CONTROLBAR_FIRST and AFX_IDW_CONTROLBAR_LAST? Eventhough they work fine for loading the Toolbar with bitmap.
If anybody knows it, pls help me.
Thanks.
Reply
Originally posted by: Faridul Islam
Reply
Originally posted by: Michael B. Pliam
The method seems to work quite well. But if one converts the terminal (right-most) button to a separator, then the preceding controls don't show up. The problem is solved by adding another right-most button, but if you wish to hide that button because it has no functionality, it is not possible to do so by any method I have found.
Any suggestions on how to just get the controls you want and not have extra stuff showing?
ReplyOriginally posted by: Hyungu Park
Dear
I've added a toolbar in a modeless dialogbox which is a part of an ActiveX. I did as the above souce code, but I could not have any tooltips. Also, I could not go to the OnToolTipText() ...
Please let me know how to get a notification ...
Thanks
ReplyOriginally posted by: Greg Holt
Excellent information! Thanks for all your hard work on this one. It's saved me hours!
Originally posted by: Owen
Implementing your code means tooltips are working!
Although I end up with some very strange characters on the tooltip-window. It looks like a pointer is somehow changed, or set to another memory-location.
The tooltips for controls placed directly on the dialog show more or less the correct text. The text displayed is something like "statusbar-text\nTooltiptext".
Did I perhaps forgot to initialize something?
Reply