Hi Tim,
Thank you for the response. I need to deal with toast notifications. I am not 
sure if that answer your question.
Regards,David
    On Sunday, June 2, 2019, 9:05:32 PM PDT, Tim Roberts <t...@probo.com> 
wrote:  
 
 On Jun 2, 2019, at 6:06 PM, DAI VU via python-win32 <python-win32@python.org> 
wrote:


]I am new to python/pywin32. I have a task to check/retrieve/click on some 
notifications in the "Action Center" posted by a particular windows app. Can I 
use python/pywin32 for this? Are there sample codes that I can take a quick 
look? Also, where can I find the DOC for pywin32?

Well, here is the Microsoft repository of samples related to toast 
notifications and the action center.  The examples are all C# and JavaScript, 
but they can be translated.
https://github.com/Microsoft/Windows-universal-samples/tree/master/Samples/Notifications
There are lots of APIs for creating notifications, but I'm not aware of APIs to 
manipulate and respond to those notifications.  Those notifications are there 
for a reason, and they are expected to be handled by a human user.  What kind 
of notifications are you trying to dismiss?— 
Tim Roberts, t...@probo.com
Providenza & Boekelheide, Inc.
_______________________________________________
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32
  
_______________________________________________
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32

Reply via email to