Sean
May 20th, 1999, 01:22 AM
I recently posted a question here about OnDraw and RectVisible so thanks to all who answered it.
Now for my new question.....
In my OnDraw function I use RectVisible to see if I need to draw certain objects, but when I am in debugging mode, RectVisible always returns false even though if I was running the program normally it would return true. I understand that because VC takes up the full screen, then there is no need for my application to draw objects - but in this case this defeats the purpose of me debugging. Can somebody please offer a solution?
Thanks,
Sean.
Now for my new question.....
In my OnDraw function I use RectVisible to see if I need to draw certain objects, but when I am in debugging mode, RectVisible always returns false even though if I was running the program normally it would return true. I understand that because VC takes up the full screen, then there is no need for my application to draw objects - but in this case this defeats the purpose of me debugging. Can somebody please offer a solution?
Thanks,
Sean.