WPF Best Practice
WPF
2
Posts
2
Posters
0
Views
1
Watching
-
I am writing a WPF app, and want to have the app minimise to the system tray, the only examples of how to do this involve adding a reference to System.Window.Forms, is adding this reference bad practice or accepted as needed to be done to get some functionality. Thanks Mark
-
I am writing a WPF app, and want to have the app minimise to the system tray, the only examples of how to do this involve adding a reference to System.Window.Forms, is adding this reference bad practice or accepted as needed to be done to get some functionality. Thanks Mark
I see no reason to treat this as a bad practice. I have done this exact thing once, and I reference Windows.Forms all the time to get the File Dialogs (I just like the old ones better).