Click here to Skip to main content
15,899,825 members

Comments by Tim Simonetti (Top 4 by date)

Tim Simonetti 10-Aug-11 12:00pm View    
MBUE - You're the best. Many thanks - I'll take a run at it.

Cheers!
Tim Simonetti 22-Jul-11 12:24pm View    
I hear what you're saying. I had created a sprite-cursor that followed the cursor and dynamically took on the appearance of the cursor. It works pretty well, but not perfectly. I know that the MS BitBlt issue can’t be fixed (outside of MS) – just curious if anyone has worked around it.
Tim Simonetti 22-Jul-11 10:43am View    
I'm not here to slap leather - just to get a solution.
Tim Simonetti 22-Jul-11 10:42am View    
The MS comment was just rhetorical. If you Google this issue it is a very real programming problem. The problem is that internally MS does a ShowCursor (FALSE) / ShowCursor (TRUE) every time you BitBlt – this creates a Blinking Cursor. My question is basically has anyone found a programming solution/work-around to this issue.