المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Hardware Acceleration on a PictureBox / Non-Apparent Image in Screenshot



C# Programming
08-27-2009, 04:23 PM
I have this application that in very brief, shows up an image from time to time...

Now, you know that if you press PrintScreen whilst a video is running, the image derived does not show the screen (if Hardware Acceleration is turned on).

I was wondering if I could achieve this in C# (without going into great lengths) - to make the image non-apparent on PrintScreen...

Or if I should use a completely different method? I had in mind of tracking the Clipboard but that would take me to great lengths and can be easily circumvented.