Guest User

Untitled

a guest
Aug 10th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. MFC - How to know CWnd's Create function was called?
  2. afx_msg int OnCreate(
  3. LPCREATESTRUCT lpCreateStruct
  4. );
  5.  
  6. BEGIN_MESSAGE_MAP(MyGrid, CWnd)
  7. ON_WM_CREATE()
  8. END_MESSAGE_MAP()
  9.  
  10. virtual void PreSubclassWindow( );
Add Comment
Please, Sign In to add comment