Well that depends on what you want to doWhat code do i put in the submenu click event??
I assume you have minimized the form and set it's visible property to false?
try this
did that work?Code:Private Sub mnuPop_Click() Form1.Windowstate = 0 Form1.Visible = True End Sub





Reply With Quote