Getting Rid of Screen Flicker (BitBlt)

  • Thread starter Thread starter nm
  • Start date Start date
N

nm

I am one of the few who does not like screen flicker. I use Access forms
and VBA, and find the flicker problem especially annoying (maybe I have
OCD!).

I'm wondering if anyone out there has used BitBlt in VBA?

What I want to be able to do is have the form painted off-screen, then when
all painting is done, copy the off-screen image to the screen.

I've tried using Echo and LockWindowUpdate, and I still see the flicker.
BitBlt is the only way to go.
 
Please do not multipost but Crosspost instead by including all of the
desired NG's on the Newsgroups address line.
I answered your question in another NG but do not remember which one.
Take a moment to read our NETIQUETTE FAQ to better understand how to
post properly in the NG's.
http://www.mvps.org/access/netiquette.htm

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
Back
Top