Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

BitBlt flicker

Status
Not open for further replies.

ulrike96

Technical User
Joined
May 12, 2003
Messages
7
Location
DE
Hi,all,
I wrote a program that let's you move a circular
region across the screen with the mouse; in this circular region, the RGB values are changed to corresponding
values of a bitmap in the backbuffer. A BitBlt is made whenever there is a change of more than 8 Pixel on the screen. However, with these settings, there appear horizontal white lines in the region once or twice
a second. Increasing monitor frequency does not help.
When I increase the cut-off from 8 to, e.g., 80 Pixel, the flicker disappears. Does someone have an idea as to what I could do to get around this (DirectX ???).
Thanks !
 
DirectX is certainly what you want to use for real time (games/screensavers etc.) graphics intensive operations.

-pete
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top