简体   繁体   English

如何在Windows任务栏的通知区域中制作Win应用程序

[英]how to make my win app in windows taskbar's notification area

I've created one win app that exe file run successfully but now i want to make it all time active when windows start up and i want to display it in windows task bar' notification area. 我已经创建了一个Win应用程序,该exe文件成功运行,但是现在我想在Windows启动时将其始终保持活动状态,并且希望在Windows任务栏的通知区域中显示它。 how could iachive this thing Pls. 这个东西怎么能实现。 suggest me... 建议我...

To lunch the application in Windows Startup : Set an Entry in the HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Run with application with Keyname as the application name and Value as the location of the path with executable name. 要在Windows启动中为应用程序加午餐,请执行以下操作:在HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Windows \\ CurrentVersion \\ Run中设置一个条目,其中keyname为应用程序名称,Value为具有可执行文件名称的路径的位置。

To set the System Notification area : Use Notify Icon Control. 设置系统通知区域:使用通知图标控件。 Set the Icon of the Control to set it in Notification area. 设置控件的图标以在“通知”区域中进行设置。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM