Hi,
I am building a really complex program, and the only thing that i cannot make work right is the menu.
The menu is basicaly 13 textboxes:
-txtMenu1
-txtMenu2
_txtMenu3
.....
....
There is also a cursor next to the menu with up/down end enter button.
When I click the down button it moves the selector one space down and up moves it up...
The problem is when i click the down arrow it just moves the selector one space down, when i click it again it does not do anything. Same thing with the up arrow.
The code for the down button is <TAB> and the text boxes tab is in order from 1 to 13...
The second problem is..
When I reach the end (txtMenu13) and click down arrow, the selector goes back to txtMenu1. I need the selector to be blocked there on txtMenu13 so the user has to use the up arrow to go back to txtMenu1. The same thing when the user reaches txtMenu1 and tries to go up one more, he should not be able to do it.
How can i fix this please help!!!
Thank you