Tuesday, 24 January 2012

Dynamic Menue With Event


Adding  Dynamic Menue With Event

 Dim ReportItem As New System.Windows.Forms.ToolStripLabel


 AddHandler ReportItem.Click, AddressOf RunTimeToolStripMenuItemForReport_Click
                        AisStatusStrip1.Items.Add(ReportItem)


Event  Method
 Private Sub RunTimeToolStripMenuItemForReport_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)
{}

No comments:

Post a Comment