Results 1 to 2 of 2

Thread: toolbar

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 2000
    Posts
    77

    Unhappy

    i used toolbar1 control in my program but the problem is i want when form load the 3 and 5 item in toolbar to Enabeled=False does any know how do i do this .

  2. #2
    Fanatic Member
    Join Date
    Aug 2000
    Posts
    736

    Try this

    Code:
    Private Sub Form_Load()
        Toolbar1.Buttons.Item(3).Enabled = False
        Toolbar1.Buttons.Item(5).Enabled = False
    End Sub

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