daveg92656
02-15-2005, 02:41 PM
Hi,
newbie here, please forgive if this has been asked before, or maybe this should be posted in another category.
I am running a program written in VB6, and trying to "identify" which options are active in the File Menu of this program.
The File Menu has 8 items by default, however, upon first starting the program, only 3 are "active". This is what I want to check, but not sure.
I thought using getMenu or other method and checking the properties to see if they have an "active" or "selected" property which I could check to verify if these menu items are selected or not.
Does anyone know how to do this? Thank you very much for your help!!
-dave.
newbie here, please forgive if this has been asked before, or maybe this should be posted in another category.
I am running a program written in VB6, and trying to "identify" which options are active in the File Menu of this program.
The File Menu has 8 items by default, however, upon first starting the program, only 3 are "active". This is what I want to check, but not sure.
I thought using getMenu or other method and checking the properties to see if they have an "active" or "selected" property which I could check to verify if these menu items are selected or not.
Does anyone know how to do this? Thank you very much for your help!!
-dave.