Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Refresh Menuitems

Status
Not open for further replies.

bont

Programmer
Sep 7, 2000
200
US
I have a mainmenu on a form. I have included code to periodically change the value of one of the menu subitems of the mainmenu. The problem is that I can't seem to figure out how to tell it the value has changed and to refresh. This is what I have tried:

Code:
    Private Sub mitm_reports_Select(ByVal sender As Object, ByVal e As System.EventArgs) Handles mitm_reports.Select
        Me.mitm_xml.Visible = bAllowCheck
    End Sub

mitm_reports is the main parent of the menuitem I want to re-display.

Please help.
 
Search the forum for this thread796-1076288.

I had a similar problem with adding them dynamically, and it seemed that this thread solved my problem.

I hope this helps.

Ron

Ron Repp
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top