I created a reminder popup program for myself in windows forms using dotnet core and it’s pretty much finished and when I run it, it’s popping up as it should be, but when I, let’s say open up a browser, it dissapears, and no longer shows up/overrides my screen until I specifically click on it, how do I make it popup no matter what I’m viewing, wether it be desktop, a browser, almost anything?

Edit: found a solution: add this piece of code: Application.OpenForms[this.Name].Activate();
You mean like a modal? You can make an Ajax modal that is always hidden and just unhides when you need it.
C# devs
null reference exceptions

source