Cant Disable Right Window Logo Key
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I cant disable the right window logo key in my application?Can anyone help to find out the solution. Here is my code
Private Sub Textbox1_KeyDown(Byval Sender as Object,Byval e as System.windows.Forms.KeyEventArgs) Handles Textbox1.KeyDown if e.keyCode=Keys.Rwin Then e.Handled=true End If End Sub
Pls help me....:(