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 which works fine until you need to show the form again. This is because once the form is hidden it has lost focus and i cant manage to cacth the next Keypress.
I would be grateful if you couls explain to me clearly, as I am very new to VB.NET, how I couls get around this problem.
I am having a little trouble with it because I am using the Me.Hide() method which works fine until you need to show the form again. This is because once the form is hidden it has lost focus and i cant manage to cacth the next Keypress.
I would be grateful if you couls explain to me clearly, as I am very new to VB.NET, how I couls get around this problem.