简体   繁体   English

如何在Windows 7中将自己的项目添加到最小化应用程序的上下文菜单中?

[英]How do I add my own items to the context menu of minimized applications in Windows 7?

In a Visual Studio c# Winforms application how do I go about adding my own items to the taskbar icon for my application? 在Visual Studio c#Winforms应用程序中,如何将自己的项目添加到应用程序的任务栏图标上? For example the 'Sticky Notes' application has a 'New Note' option. 例如,“ Sticky Notes”应用程序具有“ New Note”选项。 Is it possible for me to add my own items to my own application's taskbar icon? 我是否可以将自己的项目添加到我自己的应用程序的任务栏图标中?

应用程序任务栏上下文菜单中的自定义项目示例

您需要Microsoft®.NET Framework msdn链接的 Windows®API代码包

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何将自己的项目添加到文本框的默认上下文菜单(剪切,复制,粘贴, <my item> )。 - How can I add my own item to the default context menu of a textbox (cut, copy, paste, <my item>). 如何将静态项添加到绑定到现有数据源的上下文菜单中? - How do I add static items to a context menu that binds to an existing data source? 如何在Windows资源管理器的“新建”上下文菜单中添加一个项目以打开一个窗口? - How do I add an item to Windows Explorer's “New” context menu which opens a window? 如何在最小化窗口的同时将控件动态添加到Windows窗体拆分器控件中? - How do I dynamically add controls into windows form splitter control while window is minimized? 如何使上下文菜单显示在某个位置? - How do I get my context menu to appear in a certain place? C#:如何在运行时添加下拉菜单项 - c#: How do i add dropdown menu items at runtime 如何将上下文菜单项添加到Visual Studio的C#编辑器? - How can I add Context Menu Items to C# Editor of Visual Studio? 如何使用Windows应用程序在DataGridView中添加多个项目? - How to Add Multiple Items in DataGridView using Windows Applications? 如何使用C#将具有子项的项添加到系统上下文菜单 - How to add items with subitems to system context menu using C# 如何向 ListBoxItem 添加上下文菜单? - How can I add a context menu to a ListBoxItem?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM