I have a menu on my form and let's say the sub-menu is clicked it will display a title name. My question is how can I deleted that title name from that same option from the menu?
As of now I just have
mnuFileTitle
lbltitle.caption ="Welcome"
If that same menu function is clicked again, i want the Title to disappear.


Reply With Quote