I still make games by bitblt. How can I control the flicker? Seems if I use a desent refresh rate I start going into epileptic shock. I usually set the forms autoredraw = false else I don't see anything. I do all my screen refreshes in either timers or a function that a timer calls. Then set the timer to the approprate interval (usually 1)

I'm just looking for tips on how I can more effectivly refresh. Oh yah is there an easier way to get the fps other than have to count the refreshes in a second?

Thanks!

NOMAD