Getting Rid of Screen Flicker (BitBlt)

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.
 
S

Stephen Lebans

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top