Is Application Active
-
In the Windows App world, is there a C# property that will tell me if my application is the currently active app; the application that currently has focus? I've experimented with checking the TopMost property, but that seems to be more for when I want my app to always be on top; even if it isn't active. Sorry if this is a stupid question...I'm still a C# novice. Ron Ward
-
In the Windows App world, is there a C# property that will tell me if my application is the currently active app; the application that currently has focus? I've experimented with checking the TopMost property, but that seems to be more for when I want my app to always be on top; even if it isn't active. Sorry if this is a stupid question...I'm still a C# novice. Ron Ward
this.Focused