Re: Illusion of moving LEDs
"SteveC" <admlcl@xxxxxxxxx> wrote in message
news:1116959403.799513.8230@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> I've put 8 round shapes on a form and I'm trying to use the Timer to
> make them flash on and off in sequence by changing the fillcolor from
> green to red,to give the illusion of movement.
If it's a linear sequence you're after, you might be better off using a
[single] PictureBox and load a series of images into it (held in, say,
an ImageList) to give the illusion of movement.
If you're after something more complicated like, say, a binary counter,
you'll need to stick with the individual controls and have the Timer do
some bit-twiddling to work out which ones should be on or off with
each iteration.
HTH,
Phill W.
.
Relevant Pages
- Re: Illusion of moving LEDs
... > I've put 8 round shapes on a form and I'm trying to use the Timer to ... > make them flash on and off in sequence by changing the fillcolor from ... > The Timer interval is set by user input, ... (microsoft.public.vb.general.discussion) - Illusion of moving LEDs
... I've put 8 round shapes on a form and I'm trying to use the Timer to ... make them flash on and off in sequence by changing the fillcolor from ... The Timer interval is set by user input, ... (microsoft.public.vb.general.discussion) - Re: Drawing and Animation (using Timers?)
... You need some sort of timer to activate the animation logic. ... Animation Sequence 2: 0.5 fps with some portions of the sequence at ... Upon each timer elapse check the sequences for a frame advance. ... (microsoft.public.dotnet.framework.drawing) - Re: ActiveX Control Doesnt Appear When Form Launches
... I also had a similar issue with another activex control where I couldn't ... the interval to that timer for 5 ms in the init of the form. ... object) in the INIT of the form is that doing so alters the firing sequence ... I have removed the controls from the container and placed them on the ... (microsoft.public.fox.programmer.exchange) - Re: Design of process control timer
... atleast 3 relays in a particular sequence using timer ic.Thank You! ... Far less components to do this with a small microcontroller and capture ... (sci.electronics.design) |
|