Im having trouble again.
Imagine a minefield grid. You have the tab index of the sender.
how can I access the tag property of the adjoining buttons without clicking on them? I would like to use the tab index property of the button.
I was thinking of scrolling through all 100 buttons untill the tabindex matched the index I am interested in, then read the tag, but I don't know how to increment the button names: btn1,btn2, etc.
My brain hurts,
Dave