I have an SDI application with one main view and I have dynamically created controls on this view(information comes from a database) all other windows that open are dialogs...
Each dialog is created modal and when they are destroyed and focus is moved back to the main view, the information in the view needs to be refreshed...really, I guess, what I need to do is recreate the view but I'm not sure how to go about this...
Can anyone help me out?
CES
Each dialog is created modal and when they are destroyed and focus is moved back to the main view, the information in the view needs to be refreshed...really, I guess, what I need to do is recreate the view but I'm not sure how to go about this...
Can anyone help me out?
CES