Results 1 to 3 of 3

Thread: Clicking event combine.

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 2000
    Posts
    247
    I have 2 listboxes. I don't want it to be in an array control. How can make a msgbox show, when I click on either of the 2 listbox. Do I have to have one click event for each one? Is there a way to combine both click event together?
    Mako Shark
    Great White

  2. #2
    Guest
    This what you want?

    Code:
    Private Sub Command1_Click()
        List1_Click
        List2_Click
    End Sub

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    May 2000
    Posts
    247

    Smile

    Thanks Matthew.

    I want when I click on either listbox it will pull off the same thing.

    Never mind, I been working so hard I forgot. I could put the code in another procedure and have both listbox call the procedure.

    Thanks.
    Mako Shark
    Great White

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