Results 1 to 2 of 2

Thread: Another Menu Question

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 1999
    Location
    -
    Posts
    101
    how can i create a menu item or sub menu during run time?

    - i'm using VB 6.0 Enterprise Edition
    icq: 16228887

  2. #2
    Guest
    I don't know the link to the thread Megatron answered this on, but here is the code he gave:

    Code:
    'Make a menu called mnuTest with a SubMenu called mnuSub. 
    'Make sure that that Index property for it is set to 0. 
    'Now insert this code into a CommandButton on the Form. 
    
    ' Add's another menu
    Load mnuSub(mnuSub.Count)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width