Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[FEATURE] Lock Movement on Tab
#8
I found this snippet of code awhile ago:

Code:
' Used so we can actually use the tab key ingame
    For i = 0 To Controls.Count - 1
       Controls(i).TabStop = False
       ' Has to be used for controls that don't have tabstop
       On Error Resume Next
    Next

This will allow you use tabkey without any problems. It would get added Form_Load().
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)