Control's don't exist before you call DoModal() and no longer exists after DoModal() returns. To get the values from the controls, you must store them in class fields (variables) before the window is destroyed and read them from the parent window.
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 4 of 4
Threaded View
|
Click Here to Expand Forum to Full Width |