edit boxes linking
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hello; I'm using Visual C++ 6 1)I need a way to link 225 edit boxes as one group and give each one of them an index and call them individually by their indices instead of their IDs. after that i will take their inputs to fill up a matrix 15*15. 2)the above technique i have made to make a matrix 15*15 of user defined inputs. if anyone has another elegant technique which enables me to fill a matrix 15*15 with the user inputs , i'll be glad to hear from him. i don't want to use the excel spread sheet active X control !! thx Eliyah