I'm able to get all menu names using this code Dim MnuCtl As control For Each MnuCtl in Me.Controls if type Of MnuCtl Is Menu then Msgbox mnuCtl.Name + ' - ' + MnuCtl.Caption endif Next
I need to get Parent Menu Name For Child Menu Name.
Can you please tell me way to find parent menu name.
wp 12 cant use the FIND function while doing a insert file function. This is when I need to find a...
(More)
wp 12 cant use the FIND function while doing a insert file function. This is when I need to find a file with a certain name in the text. I have used it in the oast on XP.