Menu

#7 CWnd::OnCreate() enhancement

Future Release
closed
David
Enhancement (8)
5
2015-03-04
2011-08-21
LaoWei
No

The WM_CREATE message includes a lParam parameter for CREATESTRUCT structure,
Detail information at: http://msdn.microsoft.com/en-us/library/ms632619%28v=vs.85%29.aspx

The current version: void CWnd::OnCreate()
It is better if it can be compatible with MFC function (http://msdn.microsoft.com/en-us/library/384x0633%28VS.80%29.aspx)
int CWnd::OnCreate( LPCREATESTRUCT lpCreateStruct )

Discussion

  • LaoWei

    LaoWei - 2011-08-21
    • assigned_to: nobody --> david_nash
     
  • David

    David - 2015-03-04
    • status: open --> closed
     
  • David

    David - 2015-03-04

    This enhancement was implemented in version 7.4

     

Log in to post a comment.