sethindeed
Centurion
Here is my problem :
I am storing the menu mapping of an MDI application in an access database. My table contains menu item names, text and shortcut.
I am trying to figure out a way to directly refer to a control ( menu item ) using the content of a field.
i.e : ctl = OleReader("MenuItemName")
then use the ctl variable to set the menu item properties. I want to do so to avoid huge Select Case structure. Anybody has done something similar before ?
thx
I am storing the menu mapping of an MDI application in an access database. My table contains menu item names, text and shortcut.
I am trying to figure out a way to directly refer to a control ( menu item ) using the content of a field.
i.e : ctl = OleReader("MenuItemName")
then use the ctl variable to set the menu item properties. I want to do so to avoid huge Select Case structure. Anybody has done something similar before ?
thx