Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2007 Mar : when is a form actually visible?
| Subject: | when is a form actually visible? |
| Posted by: | "John Provine" (x..@xxx.com) |
| Date: | Fri, 23 Mar 2007 07:01:17 |
Is there a definitive way to know when a form is actually fully visible to
the user, as opposed to having it's Visible property come up true?
My app needs to take screen shots of certain forms when they're shown, and
so the form has to be fully displayed. I'm using the CMShowingChanged
message now with a little delay loop to give it some extra time but that's
not perfect. Sometimes the screen shot comes up with the form half-displayed
or not displayed at all.
Is there another message that tells you the window creation and showing
process is completely finished?