"ABB" <(E-Mail Removed)> schrieb:
>I have all menu names defined in our win apps stored as strings in
>database.
>
> I would like to know how can I convert these menu names into MENU when
> application loads after llogin and enable/disable these menu based on
> user's
> access rights which are also stored along with menu names in database.?
Set up a hasthable that contains (key, 'MenuItem') pairs. Then you can
easily lookup an item by its name.
--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>
|