Results 1 to 4 of 4

Thread: How to direct all events from 1 type of control to the same handler? {RESOLVED}

Threaded View

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Oct 2003
    Posts
    26

    Unhappy How to direct all events from 1 type of control to the same handler? {RESOLVED}

    How do I direct all the events of comboBox_change to one single handler.
    I need to do this because I have a set of runtime created controls, however, the numbers created is only decided during runtime.

    I am using the add method to create new controls.

    I don't wish to create a lot of withevents mycombo as combobox, then assigning them to each new control.

    Thanks
    Last edited by weiyen; Jan 14th, 2004 at 08:14 PM.

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