Ive setup a grid of 3x3 buttons on a windows form with a tab index for each ranging from 1-9.
Ive then created a textfile with values on seperate lines.
ie
Quote
100000000
010000000
001000000
000100000
000010000
000001000
000000100
000000010
000000001
010000000
001000000
000100000
000010000
000001000
000000100
000000010
000000001
100000000 i want to refer to Tabindex 1, 010000000 tab index 2 and so on.
But i want the windows form to continuously look for changes in the textfile. Ie if say the textfile adds the line 100000000 it clicks the the button that refers to TabIndex 1.
Is this at all possible?
So far all ive managed to do is to read the textfile contents and put each line into a messagebox to verify its reading each line
Cheers in advance


Sign In
Create Account

Back to top









