|
-
Nov 1st, 1999, 08:16 PM
#1
Thread Starter
Lively Member
How can I create menu items on the fly?
-
Nov 1st, 1999, 08:34 PM
#2
Addicted Member
Create on form a menu (like 'file') with a submenu (like 'open'). Change submenu index property to zero (as array).
And add follow source to form load event:
mnuSub(0).Caption = "SubItem #0"
Load mnuSub(1)
mnuSub(1).Caption = "SubItem #1"
------------------
smalig
[email protected]
smalig.tripod.com
-
Nov 1st, 1999, 08:37 PM
#3
Look at This Routine posted by Aaron Young.
Regards,
------------------
Serge
Software Developer
[email protected]
[email protected]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|