Results 1 to 2 of 2

Thread: Adding Menus while app is running???

  1. #1

    Thread Starter
    Member
    Join Date
    Feb 2001
    Location
    The Littlest State in the Union
    Posts
    57

    Adding Menus while app is running???

    Is it possible to add a menu while your prog is running. If it is (which Im pretty sure it is), how would add commands for the new menu you've created???????
    Visual Basic 6.0 Enterprise Edition
    Java 2
    Windows 98
    Mac OS 9.1

  2. #2
    Fanatic Member
    Join Date
    Jan 2001
    Location
    Vietnam
    Posts
    613
    You can create in an index array for the menu. Then at run time, you can add other menu with index 1, 2, 3.... At design time you should have the command for your menu, which will active depending on the index. You can use Select Case for this.

    Regards,
    TheBao

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