I am trying to make a program that runs in the background, and I want to place a Tray Icon in the Tray Icon Section of Windows.
I didn't find a solution to do this without using Windows Forms (which is not Possible in .Net 6)
Is there any other solution to display an Tray Icon or isn't it possible anymore?