You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: