Results 1 to 2 of 2

Thread: Hide Menu

  1. #1

    Thread Starter
    Hyperactive Member vbzero's Avatar
    Join Date
    Aug 2000
    Location
    Vienna
    Posts
    347

    Question

    Hi! I have a menu and there I have listed several items.
    Now when I want to hide the whole menu, I always have to say:

    Code:
    mnuItem1.Visible=False
    and so on and so on...

    Is there a way to write a function which gets a list of the menu and disables each found item?

    thx, vbzero

  2. #2

    Thread Starter
    Hyperactive Member vbzero's Avatar
    Join Date
    Aug 2000
    Location
    Vienna
    Posts
    347

    Arrow

    This would be the same stupid game - because when I have more than one menus - and this is usually the case - I have to hide each menu step by step.

    Any other suggestions?

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