Re: Animated Graphics
From: David Angelovich (fake_at_fake.com)
Date: 11/30/04
- Next message: Chris, Master of All Things Insignificant: "Re: Keypress in a textbox."
- Previous message: Todd Sparks: "Re: Keypress in a textbox."
- In reply to: Peter Proost: "Re: Animated Graphics"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 1 Dec 2004 07:17:31 +1100
I haven't tried it with animation yet, but that solves one of my other
problems where the screen was redrawing for no reason after the form
opened....
Thanks!
"Peter Proost" <pproost@nospam.hotmail.com> wrote in message
news:uvgKceu1EHA.1264@TK2MSFTNGP12.phx.gbl...
> This will make the flickering less, place it inside your forms public sub
> new()
>
> Me.SetStyle(ControlStyles.AllPaintingInWmPaint Or ControlStyles.UserPaint
> Or
> _ ControlStyles.DoubleBuffer, True)
>
> hth
> Peter
>
> "Cor Ligthert" <notmyfirstname@planet.nl> wrote in message
> news:etNhkFs1EHA.3000@TK2MSFTNGP15.phx.gbl...
>> David,
>>
>> When i was you I would ask this in the small however active newsgroup
>>
>> microsoft.public.dotnet.framework.drawings
>>
>> I hope this helps?
>>
>> Cor
>>
>>
>
>
- Next message: Chris, Master of All Things Insignificant: "Re: Keypress in a textbox."
- Previous message: Todd Sparks: "Re: Keypress in a textbox."
- In reply to: Peter Proost: "Re: Animated Graphics"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|