I am trying to create an application with VB.NET 2003 version, and am trying to make a Boss Key (This is, for examlpe When F12 is pressed it will Hide the application, and if it is pressed again, it will show it).
I am having a little trouble with it because I am using the Me.Hide() method...