简体   繁体   English

在 Windows10 中使用 python 弹出系统托盘图标通知后,如何监控它?

[英]How can I monitor the system tray icon notification once it pops up using python in Windows10?

I want to set an SMS alert once a system tray popup message appears on my windows system.一旦系统托盘弹出消息出现在我的 windows 系统上,我想设置 SMS 警报。 What are the ways to monitor the system tray icon popup messages on Windows 10?在 Windows 10 上监控系统托盘图标弹出消息的方法有哪些?

Either create your own custom handler for creating notifications, or track changes in tray icons.要么创建自己的自定义处理程序来创建通知,要么跟踪托盘图标的变化。 Libraries: win32file, win32con, win32gui.库:win32file、win32con、win32gui。 Maybe you can help: GitHub The task is interesting.也许你可以帮忙: GitHub这个任务很有趣。

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

相关问题 如何在PyQt4中拥有动画系统托盘图标? - How can I have an animated system tray icon in PyQt4? Django如何在Windows10中使用Redis? - Django How can I use redis in Windows10? 如何在Windows10和Anaconda上安装OpenBLAS和numpy? - How can i install OpenBLAS and numpy on windows10 and anaconda? SMTP(使用hmailserver设置)本地主机到gmail邮件发送不起作用Windows 10上的python - smtp (set up using hmailserver) localhost to gmail message sending not working n python on Windows10 如何在Windows10中从bash提示符运行python'__main__'程序文件? - How do I run python '__main__' program file from bash prompt in Windows10? 使用 Python/pystray,如何通过单击系统托盘图标来最大化窗口? - With Python/pystray, how to maximize a window from the system tray icon by clicking it? 在 pywinauto 中,如何右键单击系统托盘中的应用程序图标以打开上下文菜单? - In pywinauto, how can I right click my app icon in the system tray to open the context menu? 如何在windows10中解决python中的多处理问题 - How to fix multiprocessing problems in python in windows10 如何在windows10上为python脚本设置环境变量? - How to set a environment variable for a python script on windows10? 如何在 Python/Windows10 上使用 FFMPEG 和 Pipe 进行屏幕录制? - How to use FFMPEG on Python/Windows10 with Pipe for Screen recording?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM