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??
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.