Re: [python-win32] Retrieve Windows Notifications With pywin32

2019-06-02 Thread Tim Roberts
On Jun 2, 2019, at 6:06 PM, DAI VU via python-win32  
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] Retrieve Windows Notifications With pywin32

2019-06-02 Thread DAI VU via python-win32
Hi Professionals,
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? Thank you in advance.
David
___
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32