I have been fiddling with the keys and stuff and I stumbled upon adding a "Secret" key that opens up a form.
I have been trying to add this key to Form1.load() so it is secret but upon doing so I receive a error
How do I make it work, Should i have a default focus and then add the keycode method or using the form1.load() Please be explanatoryCode:Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim Reap As System.EventArgs Reap.keycode = Keys.F1 then Form1.Show() 'I understand you can use e.keycode but I like to be fancy :P
All replies are invaluable.
I am new to the VBForums, be niceI am only 16




I am only 16
Reply With Quote
