Hi there, I got some the following problem when i was developing an app in MFC. What i want to achieve is a Dialog which i can change a part of the dialog without reloading a whole dialog.(ie.Ajax in web tech. ) I searched some techniques to do this, and found out that,can use CView. I have created some CView forms but cant get those things together, Please help me out form this.
My current method: I've created 2,3 CView forms and from my main Dialog i want to display each one by button clicks on the main Dialog. The view display part is only a quarter size area of the main dialog.(Used a pictureControl in to display the CView) Thankx in Advance.
