Show toast without parent windows, or HWND window handler
tangkhaiphuong opened this issue · 1 comments
tangkhaiphuong commented
I use WPF with VSTO/Winform + WPF host then need show Toast. But from WindowPositionProvider
need pass parentWindow. So I only have HWND main window handler only and it isn't WPF windows.
So does library support it?
Library version
ToastNotification.Messages 2.5.1
jcalado commented
Are you using the PrimaryScreenPositionProvider
as the position provider for the notifier? You won't need a parentWindow, it will always show on your main display.