I have figured out how to dynamically create a grid of text boxes dependant on number of records in a table. Now that I have my grid:
txtName(3,3)
I need to be able to program a double click event. I have figured out the double click event of a single dimensional array that I create the same way (don't exist at design time, coded to appear at run time), but I can't find anything referring to a 2 dimensional array.
I have tried:
txtName_DblClick(Index as Integer, Index2 as Integer)
without any luck.
Anyone with some ideas would be greatly appreciated.
Thanks in advance,
K
txtName(3,3)
I need to be able to program a double click event. I have figured out the double click event of a single dimensional array that I create the same way (don't exist at design time, coded to appear at run time), but I can't find anything referring to a 2 dimensional array.
I have tried:
txtName_DblClick(Index as Integer, Index2 as Integer)
without any luck.
Anyone with some ideas would be greatly appreciated.
Thanks in advance,
K