Hey all.
I need to have two cursors on my screen, but neither are controlled by a mouse. They are controlled by two external devices Im using as pointing devices.
Im using Visual C++ .NET 2003. What I need to do is move around the cursors in the most efficient way possible and Im not sure how to do this. What is the best way to display the images (bitmaps but I can change that) and to update the screen without the entire thing being redrawn all the time? Ive read about it and it looks like I need to use Invalidate(region) but havent been able to get it to work. Ive also read about using a timer but am confused as to how to really do it. Could someone could give me an example or a good link please......thanks in advance.
I need to have two cursors on my screen, but neither are controlled by a mouse. They are controlled by two external devices Im using as pointing devices.
Im using Visual C++ .NET 2003. What I need to do is move around the cursors in the most efficient way possible and Im not sure how to do this. What is the best way to display the images (bitmaps but I can change that) and to update the screen without the entire thing being redrawn all the time? Ive read about it and it looks like I need to use Invalidate(region) but havent been able to get it to work. Ive also read about using a timer but am confused as to how to really do it. Could someone could give me an example or a good link please......thanks in advance.
Last edited by a moderator: