Results 1 to 2 of 2

Thread: Hi how i am unsure of how to do this

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2006
    Posts
    10

    Hi how i am unsure of how to do this

    click a button on my menu called OPTION BUTTONS and it will disable the menu it is in and then replace it with 3 command buttons.

    Another button will enable the menu and make the 4 new command buttons dissappear


    I would be very grateful with any help on this, your help is much appriciated

    Thanks

  2. #2
    PowerPoster gavio's Avatar
    Join Date
    Feb 2006
    Location
    GMT+1
    Posts
    4,462

    Re: Hi how i am unsure of how to do this

    VB Code:
    1. menuName.Enabled = False
    2.  
    3. commandButtonName1.Visible = True
    4. commandButtonName2.Visible = True
    5. commandButtonName3.Visible = True
    Is this what you're after?

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