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 wanted to set the parent handle directly instead of using the automatic mechanism which tries to get the HwndSource from the main window, which might not be available yet due to the window being hidden at startup.
It seems that the property ParentHandle isn't used at all, neither by the NotifyIcon class nor the InternalNotifyIconManager.
Describe the bug
I wanted to set the parent handle directly instead of using the automatic mechanism which tries to get the HwndSource from the main window, which might not be available yet due to the window being hidden at startup.
It seems that the property
ParentHandle
isn't used at all, neither by theNotifyIcon
class nor theInternalNotifyIconManager
.To Reproduce
Expected behavior
The
InternalNotifyIconManager
should use theParentHandle
instead of trying to find the handle of the main window.Screenshots
No response
OS version
Win 11 24H2
.NET version
.NET Framework 4.7.2
WPF-UI NuGet version
4.0.0-rc.2
Additional context
No response
The text was updated successfully, but these errors were encountered: