Link to home
Start Free TrialLog in
Avatar of qetuo088
qetuo088

asked on

Dynamic sub menu to existing static menu

I have used vb's Menu Editor to create the following menu

Insert
  - link

and I have a file like the following :

[link]
template1
template2

As you can see I have a static menu. How do I use VB to read the above file and create the dynamic sub menu
under link, so I will have :

Insert
 - link
   - Template1
   - Template2

???
ASKER CERTIFIED SOLUTION
Avatar of TimCottee
TimCottee
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Ark
Take a look at http://www.domaindlx.com/e_morcillo/scripts/cod/default.asp?page=

Scroll down to
Using API-created menus without subclassing
>>This sample show how to obtain the info that VB stores with menus to create menus with API that does not requires subclasing.<<

or, direct link to sample: http://www.domaindlx.com/e_morcillo/download.asp?type=cod&file=grl_menus

Cheers