Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Stop Form from Flickering

1 view
Skip to first unread message

Steve Haack

unread,
Jan 5, 2010, 10:05:01 PM1/5/10
to
I have a form with a fair amount of controls on them. 3 of them are clocks
which get updated each second via the form's OnTimer event.

Frequently, but not always, most of the form will flicker during the update
of the controls.

I have tried this on 3 different computers and they all do it.

Has anyone seen this? Is there something that I can do to prevent it?

Thanks,
Steve

Stuart McCall

unread,
Jan 5, 2010, 11:09:11 PM1/5/10
to
"Steve Haack" <Steve...@discussions.microsoft.com> wrote in message
news:2BA61E38-A118-495F...@microsoft.com...

You could try:

Application.Echo False
'Update your controls
Application.Echo True


0 new messages