I am creating a small call application so when the user does not have a note a window appears and informs you that it is necessary to have an activity pointed to to do, but this window should be seen by all virtual desktops that the user owns.
I found two posts here in SO, but they only tell you how to change the default behaviors of workspaces like go left, right, create, remove, and transfer items between them.
These are the posts:
But as I said, I need the window to be visible in all work areas. I also saw that natively windows has an option when you press Alt + Tab and right click on the window you want, you have the option to keep it open in all workspaces. here
So how do I keep my application written in C # with windows forms open on all desktops?
Examples:
Here is the first desktop opening visual studio.
However, when I change the desktop, the application remains in the foreground.