Re: [python-win32] Using win32com for ToastNotificationManager

2024-07-07 Thread Mark Hammond
If it is possible it would not be at all straight-forward :( It doesn't look like these objects expose IDispatch, which is what we would need. winrt probably is your best bet. Cheers On 2024-07-05 2:24 p.m., Patrik Dufresne wrote: Hello, Is it possible to use win32com/pythoncom to instantiat

[python-win32] Using win32com for ToastNotificationManager

2024-07-06 Thread Patrik Dufresne
Hello, Is it possible to use win32com/pythoncom to instantiate a ToastNotificationManager. Looking at the registry is seams all the interface is registered using a GUID, but I'm not familiar enough to know exactly how to create an instance of the ToastNotificationManager using python. I've alrea