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