Click here to Skip to main content
15,889,992 members
Home / Discussions / CWndSliderView - An animated child window manager
   

CWndSliderView - An animated child window manager

 
QuestionDialog-based program? Pin
mingluen12-Dec-04 23:15
mingluen12-Dec-04 23:15 
AnswerRe: Dialog-based program? Pin
izst7-Jun-06 20:47
izst7-Jun-06 20:47 
Generalrendering bug Pin
Jan1101197728-Jun-04 5:52
Jan1101197728-Jun-04 5:52 
GeneralZer gut! Pin
ThEN12-Feb-02 23:57
ThEN12-Feb-02 23:57 
GeneralNot created in case of CFormView Pin
28-Jan-02 5:12
suss28-Jan-02 5:12 
GeneralRe: Not created in case of CFormView Pin
Warren Gardner6-Dec-02 3:55
Warren Gardner6-Dec-02 3:55 
The problem is that CFormView cannot be created dynamically, so you need to derive a new class from CFormView that can. Basically all that is needed is:

DECLARE_DYNCREATE(CMyFormView)
IMPLEMENT_DYNCREATE(CMyFormView, CFormView)

CMyFormView::CMyFormView() : CFormView(IDD_MY_TEMPLATE) {}

GeneralSuggestion Pin
Noman Nadeem19-Sep-01 2:41
Noman Nadeem19-Sep-01 2:41 
GeneralTwo Comments Pin
17-Aug-01 10:55
suss17-Aug-01 10:55 
Generaloutlook bar Pin
vinayb1318-Jul-01 9:20
vinayb1318-Jul-01 9:20 
GeneralMessage Closed Pin
12-Jan-00 18:40
Paul Selormey12-Jan-00 18:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.