gmgarrison
Programmer
I have a dialog with a list control on it and I'd like to add a button that would bring up another dialog with a second list control which would display only the selected items from the first dialog. Every time I try to access the control variable of the second list control, however, I get a debug assertion that fails because it's not a window.
My question is simply how can I manipulate data in the list control that's not displayed?
Thanks in advance for any help...