Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PopupMenu - Dynamic Loading at Runtime 1

Status
Not open for further replies.

twol

MIS
Jun 17, 1999
1
US
I have a need to load a popupmenu at runtime. I think I could do it if it was just one level, but in this case it could be<br>
level1<br>
level2<br>
level3<br>
level1<br>
level2<br>
level1<br>
level1<br>
Any help would be appreciated.<br>

 
Hi twol,<br>
<br>
Be aware that I'm a manager and not much of a techie. We use the tree view control for runtime creation of menus. We drive it from a user permission table and it is our primary way of implementing security. Each menu selection becomes a node, and the nodes are appropriately offset for each successive level.<br>
<br>
The resulting tall and narrow nature of the menu makes it handy to keep partially in view at the left of the screen which contributes to ease of navigation between different menu selections.<br>
<br>
JohnK
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top