query on SDI doc/view and opengl
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
hi I have an SDI with a few dialogs within for user interactions. I wish to know if it is possible for the doc class to gather data from the dialogs and then using the OnPaint() in view class to draw the graphics? I been having problems trying to connect the user input data to visual display. is there any way to directly code drawing in view class and then execute when after dialogs are accessed?