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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with List Control

Status
Not open for further replies.

Bartec

Programmer
Jan 21, 2005
54
PL
Hi!
I have two windows in my application. In first one I have List Control component. Now I'd like to open the second window and in this window click on a button which add some data to my List Control. How I can do it??

Thanks for response

Best

Bartek
 
Give the second window a pointer to the first window's list control (or if you aren't using MFC, just give it the list control's HWND). If you've done that it shouldn't be hard to add items to the list control from the second dialog.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top