Guest User

Untitled

a guest
Jan 19th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. CMainFrame *const pMainFrame = new CMainFrame;
  2. pMainFrame->LoadFrame(IDR_MAINFRAME);
  3.  
  4. Splitter.CreateStatic(this, 2, 2);
  5. Splitter.CreateView(0, 0, RUNTIME_CLASS(MyView),CSize(0,0), pContext);
  6. // ...
Add Comment
Please, Sign In to add comment