Hi, I was wondering if anyone knows of way to take a bitmap snapshot of a user control. I have searched and found no way to do it yet.
The reason I want to do it is because I have a custom drawn user control and I want to make a disabled "grayed out" mode for it. I figure if I take a bitmap of it, apply a color transform to it, and put it where the control would be, it would be a better solution than changing all of the pen/brush colors and adding a lot of code to make the control non-functional.
Any ideas?
Scott
The reason I want to do it is because I have a custom drawn user control and I want to make a disabled "grayed out" mode for it. I figure if I take a bitmap of it, apply a color transform to it, and put it where the control would be, it would be a better solution than changing all of the pen/brush colors and adding a lot of code to make the control non-functional.
Any ideas?
Scott