OK.One place where this could be done is WM_NCCREATE which comes before WM_CREATE. Other place (possibly better) where it might be possible to do this is in CBTProc hook procedure. Not sure about the second option though. Any thoughts? Regards Santosh Siddheshwar
-----Original Message----- From: Alexandre Julliard [SMTP:julliard@winehq.org] Sent: Thursday, April 15, 2004 9:43 AM To: Santosh Siddheshwar Cc: Dmitry Timoshkov; Robert Shearman; wine-devel@winehq.org Subject: Re: Handling dialog messages for non-template based dialogs
Santosh Siddheshwar santosh.s@sonata-software.com writes:
But dont you think that the structure is not really required till the window has been created successfully?
Well, I don't think so, but the only way to know for sure is to write a test program under Windows to determine the exact behavior.
-- Alexandre Julliard julliard@winehq.org
********************************************************************* Disclaimer: The information in this e-mail and any attachments is confidential / privileged. It is intended solely for the addressee or addressees. If you are not the addressee indicated in this message, you may not copy or deliver this message to anyone. In such case, you should destroy this message and kindly notify the sender by reply email. Please advise immediately if you or your employer does not consent to Internet email for messages of this kind. *********************************************************************
"Santosh Siddheshwar" santosh.s@sonata-software.com wrote:
OK.One place where this could be done is WM_NCCREATE which comes before WM_CREATE. Other place (possibly better) where it might be possible to do this is in CBTProc hook procedure. Not sure about the second option though. Any thoughts?
I'll add a test case for it in our message test suite.