This works fine and fast but there is an additional issue: the picture that I need is at middle of the Paint event, with the timer I get the final one (which has some elements I don’t want in the copy).
May be I can use Addhandler directly instead of in a timer?
Michel,
your timer suggestion guided me in the correct way: I placed the timer in the Paint event and use his action to draw the copy in a new Picture.
Regarding that the timer is fired only at his period I’m reducing the “total” Paint time to half .