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?