Save Paint Event of Custom Control
-
Hi, In the custom control Paint event i want to save all activities in every Paint event firing. So when i draw anything in that custom control i can record, so i can play the recorded file later. How can i record the paint event in the custom control? Thankyou YPKI
-
Hi, In the custom control Paint event i want to save all activities in every Paint event firing. So when i draw anything in that custom control i can record, so i can play the recorded file later. How can i record the paint event in the custom control? Thankyou YPKI
How can i record the paint event in the custom control? if you mean that you want to save the picture of a control on paint event then maybe this help: Screen Captures, Window Captures and Window Icon Captures with Spy++ style Window Finder! WindowSnapshot - System Tray Utility To Surgically Capture Bitmaps of Windows/Controls On The Screen
sometimes 0 can be 1
-
Hi, In the custom control Paint event i want to save all activities in every Paint event firing. So when i draw anything in that custom control i can record, so i can play the recorded file later. How can i record the paint event in the custom control? Thankyou YPKI
Do you need the actual steps, or just the result? You could get a bmp grab of the control at the end of your Paint event easily enough.
Help me! I'm turning into a grapefruit! Buzzwords!
-
Do you need the actual steps, or just the result? You could get a bmp grab of the control at the end of your Paint event easily enough.
Help me! I'm turning into a grapefruit! Buzzwords!
i want to save each event to a file and need to play those events when ever i requried.