U
ucasesoftware
Hi i create some mainItem with code with this method :
AddHandler menuItem.Click, essai_Click
As the menuItem is add with code... with a dataReader from a dataBase
like :
Name1
Name2
Name3
i need to know what name is click in my method !!!
How i can know what index or what text is click in my menuItem ????
Thx a lot
AddHandler menuItem.Click, essai_Click
As the menuItem is add with code... with a dataReader from a dataBase
like :
Name1
Name2
Name3
i need to know what name is click in my method !!!
How i can know what index or what text is click in my menuItem ????
Thx a lot