Re: Graphics ... almost working ... missing one line?
- From: "Joey Joe Joe" <no@xxxxxxxxxxx>
- Date: Sat, 8 Dec 2007 18:50:33 -0600
I never said that the FormShown event was the optimum place to do animation. I was answering a specific question from the poster which is, "Is there some quick and dirty I can do for the start-up to make the form appear before the animation starts (or even finishes!)?" Did you notice the quick and dirty reference? Hence, I offered the FormShown event. Quick and dirty.
"Peter Duniho" <NpOeStPeAdM@xxxxxxxxxxxxxxxx> wrote in message news:op.t21ionzy8jd0ej@xxxxxxxxxxxxxxxxxxxxxxx
On Sat, 08 Dec 2007 15:10:21 -0800, Joey Joe Joe <no@xxxxxxxxxxx> wrote:
Is there some quick and dirty I can do for the start-up to make the form appear before the animation starts (or even finishes!)?
Yes. Try the FormShown event instead. The FormLoad event is NOT the place to try animation.
Neither is FormShown. _Starting_ some animation process might be appropriate there, and would be just as appropriate in the FormLoad event. Actually _doing_ the animation belongs there no more than it belongs in FormLoad.
.
- Follow-Ups:
- Re: Graphics ... almost working ... missing one line?
- From: Peter Duniho
- Re: Graphics ... almost working ... missing one line?
- References:
- Graphics ... almost working ... missing one line?
- From: Peter Webb
- Re: Graphics ... almost working ... missing one line?
- From: Nicholas Paldino [.NET/C# MVP]
- Re: Graphics ... almost working ... missing one line?
- From: Peter Webb
- Re: Graphics ... almost working ... missing one line?
- From: Joey Joe Joe
- Re: Graphics ... almost working ... missing one line?
- From: Peter Duniho
- Graphics ... almost working ... missing one line?
- Prev by Date: Re: Unable to cast object of type 'FormData' to type 'FormData'.
- Next by Date: Re: PropertyGrid and Custom editing/formatting
- Previous by thread: Re: Graphics ... almost working ... missing one line?
- Next by thread: Re: Graphics ... almost working ... missing one line?
- Index(es):
Relevant Pages
|