0
votes
2answers
290 views
internet explorer -> Tools -> proxy settings: How to add menu item, create window when clicked, n perform opreations on registry
Hi
I want to add menu item to Internet Explorer-> tools.
For example:
Exactly like Intrnet explorer-> Tools -> Delete browsing history
I want to add proxy related actions
For …
0
votes
1answer
22 views
asp.net (c#) menu/menuItem event/event-handling
Is it possible to use asp.net standard Menu (server-control) for tasks other than navigation?
For example: I want to use asp.net menu to add a button control to the asp.net panel …
0
votes
2answers
44 views
Dynamically adding ToolStripMenuItems to a MenuStrip (C#/ Winforms)
I have my solution implemented (basic solution) and I'm happy.
Problem is when I add new items to a ToolStripItemCollection using the 'Add' method, I get a few overloads ... the …
0
votes
3answers
1k views
Why is this WPF RoutedCommand bound Context MenuItem disabled?
Hi all,
I'm still fumbling my way around WPF at the moment, and can not figure out why this context menu item is disabled:
<Window x:Class="DisabledMenuItemProblem.Window1"
…
2
votes
4answers
171 views
Unable to set System.Windows.Controls.MenuItem.Icon thru a setter
Hi I am trying to have a MenuItem.Icon set thru a style setter:
<Style x:Key="MenuItem_Delete" TargetType="MenuItem"
BasedOn="{StaticResource {x:Type MenuItem}}">
…
1
vote
1answer
295 views
Problem: adding feature in MOSS 2007
Hi All,
I have added a menu item in 'Actions' menu of a document library as follows(Using features: explained in MSDN How to: Add Actions to the User Interface: http://msdn.micros …
0
votes
2answers
24 views
How to disable WPF Menu’s transparency when show menu?
I am writing an WPF application with a menu.
In some machine with "Intel Graphics Media Accelerator (GMA) 500",
after clicked the menu,
it needs 2 to 4 seconds to show the subme …
1
vote
3answers
4k views
WPF C# - Change the brush of a menu’s background
Does anyone know how to change the brush for a menu's background? This sounds simple, but I don't see any obvious way to do this. You'd think that the Background property would cha …
0
votes
1answer
33 views
In applescript, how can I access the keyboard shortcut of a menu item?
I'm trying to figure out the keyboard shortcut (e.g., shift+cmd+S) of a given menu item in Applescript. The "Probe Menu Bar" script has helped me to access the menu items and even …
0
votes
3answers
71 views
WPF ContextMenu Design. How to set Background in WPF MenuItem?
I create popup menu like this.
<DockPanel.ContextMenu>
<ContextMenu Background="#CD252220" Opacity="0.95" Foreground="LightGray" BorderBrush="DarkGray">
&l …
0
votes
1answer
18 views
MenuKey functionality in OSX 10.5 and 10.6?
I have an OLD mac C/C++ program that I'm maintaining. It's still based on rsrc files and OS 9 system calls. (Yes, yes, I know. I'm TRYING to drag my company into the 21st century, …
0
votes
0answers
17 views
dijit.MenuItem values are auto-highlighted… how to stop this???
Hello,
I am using Dojo 1.3.1 and have a dijit.Menu with several dijit.MenuItem items. The menu is displayed as a context menu when the user right-clicks on items that were bound …
0
votes
1answer
132 views
WPF Menuitem Border
Hey everyone,
I've run into a problem trying to implement a Menu and can't figure out what is going on. I'm trying to make a single-layer menu using the Menu control. Here is my …
0
votes
3answers
96 views
Having select options in 2 drop down menu lists?
I want to have 2 menu lists and you must select an option from each list then click the next button taking you to another page.
Here's a link: http://home.comcast.net/~techjunkee/ …
0
votes
2answers
865 views
[WPF] AccessKey/Hotkey in custom textual MenuItem.Header possible?
Is it possible to access the following formatted menu item like any other standard menu item (using the underscore-method, e.g. "_File" would be accessible by pressing "f")? I woul …
