Tagged Questions
The commandbar tag has no wiki summary.
5
votes
1answer
133 views
Context menu for an Internet Explorer toolbar
I am working on IE toolbar and I am trying to give the command to the context menu item in web browser, means I am adding an item in context menu and then I trying to give the command for that item.
...
2
votes
2answers
1k views
How do I create a toolbar in an XLA document?
How do I create a toolbar for Excel using an XLA document?
1
vote
3answers
457 views
CommandBars in outlook 2010
so I've noticed that CommandBars appear in tabAddIns in outlook 2010 by default. Is there any way I can get them to appear in my custom ribbon tab instead?
If it is impossible or very challenging, I ...
1
vote
2answers
653 views
Set a CommandBar “Popup” submenu icon dynamically
I'm just trying to confirm this: In Office 2003, I want to create a custom submenu--what is known in CommandBar parlance as a popup (msoControlPopup)--at runtime, and set an image for it. With a ...
1
vote
1answer
537 views
C# VSTO Outlook 2007: Add icon for CommandBarPopup
Hi i want add image icon for my CommandBarPopup button at standard commandbar like Send & Receive Button.
Popup is working, i have Buttons with icons there but I need top icon in popup (next to ...
1
vote
0answers
142 views
Resize CommandBar in WinCE (win32) VC++
WinCE
Hello ,
I am creating a command bar in a dialog box in WinCE:
CommandBar_Create(GetModuleHandle(NULL), hwnd, 1);
and then adding bitMaps and command Button using:
...
1
vote
1answer
1k views
Showing caption for CommandBar button with Excel VBA
I'm trying to add a button to a new CommandBar (for the Add-in tab) with Excel VBA. I can get the button into the ribbon and can get an image to show up for it if I use a FaceId, but I can't get the ...
0
votes
1answer
42 views
Adding context menu for VS 2010 Add-In on loading
I'm creating an Add-In for Visual Studio 2010.
I want to add the context menu item to the tab during Add-In loading
(in OnConnect method of the Add-In):
I do know how to add the menus using ...
0
votes
0answers
283 views
VBA Excel - Change Menu Item
I'm trying to change the paste action and disable the paste special buttons.
I've checked around the internet and found something along these lines
Private Sub Auto_Open()
...
0
votes
1answer
58 views
Missing CommandBars.Item
using Microsoft.VisualStudio.CommandBars;
In the following sample.
var applicationObject = (DTE2)application;
var allCommands = ((CommandBars)applicationObject.CommandBars);
Simple question: Why ...
0
votes
1answer
111 views
ASP.Net HTML Code Window Constant Name
I am trying to place a right-click menu addin for the asp.net html window.
The one I currently have works on the C#/Vb code window...just not in the html code window.
commandBars = ...
0
votes
4answers
1k views
How to create a button like New Mail in Outlook add-in?
Can anyone pls tell me how to create a button(in CommandBar) like 'New Mail' (with a dropdown list) in Outlook?
When one clicks on the button it should do some action and when clicked on the down ...
0
votes
1answer
182 views
BHO or Command Button for explorer
I am trying to develop a command button that would appear on windows explorer. I can do this for an NSE but what I want to do is make the button visible on every explorer window. I want it to work for ...