|
-
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
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
|