> Mindaugas Kavaliauskas wrote: > lpCreateParams can be used to pass windows structure/object, but this does > not help if you want to have hWnd and windows structure binding in > WM_GETMINMAXINFO, since this message does not have CREATESTRUCT parameter. > WM_GETMINMAXINFO processing could be useful if window size should depend on > its child controls size and you want to avoid flicker caused by multiple > resize.
Yes, WM_GETMINMAXINFO is the only message which appears before WM_NCCREATE. But you can recall it with MoveWindow, SetWindowPos calls. To avoid flicker turn on window visibility after all readiness. Or I am mistaken? Best regards, Saulius _______________________________________________ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour