Results 1 to 3 of 3

Thread: Menu

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2000
    Location
    india
    Posts
    13

    Lightbulb

    please send me some code to create run time menus.
    it will be a great help to me.

  2. #2
    Guest
    Here is code that Megatron gave a while ago to create submenus at runtime.

    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.

    Code:
    Private Sub Command1_Click()
        ' Add's another menu
        Load mnuSub(mnuSub.Count)
    End Sub

  3. #3
    Fanatic Member
    Join Date
    Apr 2000
    Location
    Whats a location?
    Posts
    516
    I'll e-mail you one of my sample projects which does this and has other useful advanced features.

    *Smiles smugly*
    Courgettes.

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