hardcodet / wpf-notifyicon

NotifyIcon (aka system tray icon or taskbar icon) for the WPF platform
MIT License
859 stars 133 forks source link

Launching Window from NotifyIcon using Windowless sample #43

Closed phillw1994 closed 4 years ago

phillw1994 commented 4 years ago

Hi, I have just recently started using this library and everything works as it should while having a debugger attached However as soon as I do not have the debugger attached my main window refuses to show. Using exactly the same code and I am not sure what is wrong.

I can provide a code sample if you like

phillw1994 commented 4 years ago

Sorry My issue was to do with the Microsoft.XamlDiagnostics.WpfTap.WpfVisualTreeService.Adorners.AdornerLayerWindow

Which was stopping my window display code from working