Control Alt Delete

BlitzPlus Forums/BlitzPlus Programming/Control Alt Delete

Arem(Posted 2006) [#1]
I am running windows XP home w/ service pack 2 and using classic login. After hitting ctrl-alt-del, a lot of my blitz applications are screwed up. Ideas?


Grey Alien(Posted 2006) [#2]
yes, your images are loaded/created as Dyanmic and this means when you come out of the app and go back in the video buffer has been destroyed thus your graphics look screwed up (is this what you mean?) So your images must either be scratch or managed, or you detect app losing focus and reload all on app refocus.


Arem(Posted 2006) [#3]
Yes. My images screw up. But in another program I wrote recently, a lot of other things are screwed up too.


Arem(Posted 2006) [#4]
Ok. I found the problem with the images thanks to Grey Alien. Also, I was running a program that depended on knowing the mouse coordinates. Evidently, when you hit ctrl alt del, those jump to about 4 million a piece. Why the heck would M$ do that?