|
-
Nov 30th, 2001, 11:21 PM
#1
Thread Starter
Addicted Member
Adding menu items at run time
hi,
is it possible to add menu items at run time.
thanks.
-
Nov 30th, 2001, 11:35 PM
#2
Frenzied Member
Yes. Menu items can be loaded into control arrays:
(at design time, set MenuI.Index to 0)
' to load a new item
Load MenuI.Ubound + 1
' to unload an item
Unload MenuI(index)
-
Nov 30th, 2001, 11:41 PM
#3
Thread Starter
Addicted Member
hi,
its giving type mismatch at "+" sign
thanks
-
Nov 30th, 2001, 11:46 PM
#4
Thread Starter
Addicted Member
Resolved
hi its done. thanks mlewis.
-
Nov 30th, 2001, 11:52 PM
#5
Frenzied Member
No problem
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
|