> What is the easiest way to make a wxPerl application take a screen > capture of its window?
Hi Johan, Can't you use wxScreenDC? I've never used it myself. However, Wx is a GUI programming language and normally a screen grab wouldn't show itself. It's more of a background operation, so using straight Perl might be a better option. Here are a couple of items from Perl Monks: http://www.perlmonks.org/index.pl?node_id=355073 http://www.perlmonks.org/?node_id=811226 Good luck Steve