Hi,
I have app developed as MFC SDI (CFormView). I want to add multiple CFormViews in SDI app so that I can use controls on each view. For e.g. first screen is Log-In screen and once the logged in successfully then user shd get another view (could be vertical splitter) which has some list on left side and clicking on them corresponding data gets rendered in right side. How to add such multiple views.
Regds