Hi
I have a VB.NET usercontrol that contains a toolstrip, on that toolstrip I load in runtime 9 toolstripbuttons by code: tsToolBar.Items.Add(tsButtons(i)) AddHandler tsButtons(i).Click, AddressOf tsButtons_Click I declare at start of the usercontrol : Public event ButtonClick() -this event I want to use in VB 6. How and where I have to raise this event (ButtonClick) that it have same behavior as click on a toolstripbutton Could anyone help me with that Thks Avy
.NET Development29
|