Tagged Questions
The toolbars tag has no wiki summary.
10
votes
2answers
4k views
Higher color depth for MFC toolbar icons?
I was wondering how to make a toolbar in MFC that used 24bit or 256 colour bitmaps rather than the horrible 16 colour ones.
Can anyone point me in the direction of some simple code?
Thanks
8
votes
8answers
732 views
copyright free collection of resource images for Delphi menu items and toolbar buttons
Every time I need to create a menu or toolbar with actions I end up collecting some images extracted from different application and hand tuning them with the image editor. This is time consuming and ...
3
votes
2answers
344 views
Create keyboard short-cuts for Toolbar Control in VB6
In my VB6 project, I'm using only Toolbar Control in main MDI From (Not menubar), The Toolbar has big pictures denoting actions like New, Save, View, Help etc. I wanted to know if there is any way to ...
2
votes
1answer
46 views
create toolbar imagelist with imagemagick
I'd like to use the ImageMagick convert tool to automatically generate a toolbar bitmap from several png images.
I'm using the following command line:
convert.exe -resize 32x32 @imagelist32.txt ...
2
votes
1answer
201 views
Qt4: toolbars inside tabs (QTabWidget)
is it possible to add a toolbar inside QWidget that is placed inside a tab (in QTabWidget) ?
The idea is to put a seperate toolbar for each tab.
It seems that toolbars can only be placed inside ...
2
votes
1answer
598 views
Detect if website visitor has toolbars installed eg. Google toolbar using javascript
I am working on an online education website that frequently uses pop up windows. This is part of a learning management system from a third party provider so not possible to change the way this works. ...
2
votes
1answer
2k views
iPhone Development - Access Apple's default Icon images
Can i get system provided icons/images in a UIImage. I'm referring to the icons/images referenced here.
1
vote
0answers
389 views
Where is the Visual Studio 2010 debug toolbar?
I recently installed the offical release of Visual Studio 2010 Pro. I can never remember the debug key bindings, so in previous versions of VS I would enable the debug toolbar. In VS2010, however, ...
1
vote
2answers
988 views
Hiding the toolbars surrounding an embedded pdf?
Though I think the answer maybe in this other question's answer concerning the pdf specification, is it possible to not display the adobe acrobat toolbars in an embedded pdf document?
1
vote
2answers
231 views
am trying to create class to encapsulate toolbar but the background turns black. c++ win32api
i created a simple class to hide the details of creating a toolbar in win32 api but i dont like the toolbars it is producing. (See image for clarification. I dont have reputation points so i have just ...
0
votes
0answers
117 views
Toolbar Position Problem - Landscape-Portrait problem in UISplitView Application
In a spiltview controller ipad app, with multiple detail view, tool bar is hidden. I have one simple UIView and UITableview. UIView has a toolbar at the top. After selecting the UIViewController in ...
0
votes
1answer
114 views
Issue with custom Buttons in Excel Toolbar created in a C# addin
I am currently working on a c# addin for Microsoft Excel. I create a ToolBar for this addin with custom Buttons. Everything is working well except one specific behavior:
When you have the excel ...
0
votes
2answers
622 views
How to change the toolbar button's Bitmap in win32?
I have created a toolbar with some controls on it using ReBar within a window. Can anyone please tell me,
How to get the HWND of a buttons/combobox/etc (not normal buttons in a window) if I know ...
0
votes
2answers
1k views
wxPython toolbar help
I am new to Python. I am writing an application using wxPython and I currently my code that generates a toolbar looks like this:
class Window(wx.Frame)
def __init__(self, parent, plot):
...