VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Dynamic Popup Menu Control

by Anthony Awx (6 Submissions)
Category: Custom Controls/Forms/Menus
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (9 Votes)

This is a usercontrol written in vb6 that enables you to create your own dynamic popup menus.
For example, instead of creating hidden menu's in the menu editor, giving each one a name, or, creating an array of holders for dynamic entries, you can simply do this:
UserChoice = popMenu.Popup("item1,item2,item3")
A seemingly simply thing, but has been quite useful for my projects, so I thought I would pass it on. It started off as a class, but I turned it into a user control so it would be easier to use for beginners.
Hope you find it useful -

Rate Dynamic Popup Menu Control

Download Dynamic Popup Menu Control

Download Dynamic Popup Menu Control (8 KB)

Dynamic Popup Menu Control Comments

No comments have been posted about Dynamic Popup Menu Control. Why not be the first to post a comment about Dynamic Popup Menu Control.

Post your comment

Subject:
Message:
0/1000 characters