Hi,
I'm creating a borderless form by setting this.FormBorderStyle = FormBorderStyle.None
When I show the form, if users press Alt-Tab to switch among applications, they can still see it. How can I disable it ?
Thanks a lot.
I'm creating a borderless form by setting this.FormBorderStyle = FormBorderStyle.None
When I show the form, if users press Alt-Tab to switch among applications, they can still see it. How can I disable it ?
Thanks a lot.