when ever i try to unload a menu item from the popup menu item under combbox click event like this
I get this error "Unable to unload within this context". Can someone show me how to do this
vb Code:
For i = mnuTCategory.Count - 1 To 1 Step -1 Unload mnuTCategory(i) Next
I get this error "Unable to unload within this context". Can someone show me how to do this