i have a little difficulty here, hope you can give me some idea to overcome it.<br> <br>i created a fullscreen game, when playing, if there are some background application trying to pop up a message (eg: the low battery status, or some poutlook reminder), the fullscreen game will start flickering (seems like it is drawing those popup windows at background). and the worst part came in, the clickypos() will be shifted by around 60 pixels down. that means, if i point at (0,60) it will be returning as (0,120). <br> <br>was wondering if anyone facing the similiar problem, and if you could provide some hints to overcome this

<br>