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

2019-06-05 Thread Tim Roberts
On Jun 5, 2019, at 2:25 PM, DAI VU wrote: > > Thank you for the response. I need to deal with toast notifications. I am not > sure if that answer your question. Well, I was really going for a philosophical point. Most toast notifications are things that the user needs to deal with. There are

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

2019-06-05 Thread DAI VU via python-win32
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 wrote: On Jun 2, 2019, at 6:06 PM, DAI VU via python-win32 wrote: ]I am new to python/pywin32.