Re: Graphics ... almost working ... missing one line?



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.

.



Relevant Pages

  • Re: Graphics ... almost working ... missing one line?
    ... already has plenty of crummy software. ... some quick and dirty I can do for the start-up to make the form appear before the animation starts?" ... Did you notice the quick and dirty reference? ... Note that now that Webb has a hack that appears to him to get done what he thinks he wants done, he has no interest in making the application work correctly before he releases it on whatever unsuspecting customers he's got. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Graphics ... almost working ... missing one line?
    ... some quick and dirty I can do for the start-up to make the form appear before the animation starts?" ... Did you notice the quick and dirty reference? ... Granted, it's just my opinion, but that opinion is that we as a community have no business helping other people make .NET applications _worse_. ...
    (microsoft.public.dotnet.languages.csharp)