Hello everyone, I really hope I can get some help on this because it has been frustrating me for quite some time now.
Background:
I am making a Sudoku program using Visual Basic .NET (2003). I am quite new to this being I started VB .NET Programming class in college only 6 weeks ago, but between playing with the program out of class, and having knowledge of Microsoft FrontPage, I have a decent working knowledge of how coding is to be done.
What I have:
My Sudoku is set up into a grid of buttons set into an array. 3x3 squares, set into a 3x3 grid... thus 9 squares containg 9 buttons each.
What I need:
I would like to be able to navagate around the grid of buttons using the arrow keys. Tabing is fine, but I dont want to tab 81 times to reach from one end to the other. I have tried using the arrows as a tab, but that only allows me to go back and forth in tab order. I want to forget about the tab order and move freely around the grid using Up, Down, Left, and Right.
If anyone can help me out on this it would be much appreciated. Thank you.
Background:
I am making a Sudoku program using Visual Basic .NET (2003). I am quite new to this being I started VB .NET Programming class in college only 6 weeks ago, but between playing with the program out of class, and having knowledge of Microsoft FrontPage, I have a decent working knowledge of how coding is to be done.
What I have:
My Sudoku is set up into a grid of buttons set into an array. 3x3 squares, set into a 3x3 grid... thus 9 squares containg 9 buttons each.
What I need:
I would like to be able to navagate around the grid of buttons using the arrow keys. Tabing is fine, but I dont want to tab 81 times to reach from one end to the other. I have tried using the arrows as a tab, but that only allows me to go back and forth in tab order. I want to forget about the tab order and move freely around the grid using Up, Down, Left, and Right.
If anyone can help me out on this it would be much appreciated. Thank you.