Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Capturing messages for dynamically created controls

Status
Not open for further replies.

davidtyler

Programmer
Joined
Jan 18, 2004
Messages
2
Location
IE
My questions are similar to those of maxxia. What I want to do is create a variety of controls on a form at runtime and then capture the messages for each control type and process them in one event/function. For instance if I create a form that has 3 listboxes and 2 text boxes, how can i respond to the double clicked event for the list boxes and do whatever processing I want to such as show one form for one of the list boxes, and show another form for the other two.

Any help will be greatly appreciated.

David
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top