Screenshot Plugin?
is there a plugin that lets nsis create a screenshot?
21 posts
Originally posted by Joost VerburgI've added that URL as a alternative to my own server, because it currently still holds the previous version.
Please link to http://nsis.sourceforge.net/archive/...Screenshot.zip
I will update that file today.
Originally posted by lzandmani was speaking of the image size (width x height), not filesize.
I don't think it is necessary for me to add support for file size to the plugin. There are other ways to determine this. Just search the forums for a way to get the file size.
Originally posted by killahbiteI can't test the AVS plugin here myself, but there are two things that might explain the error:
i tried capturing the window of the winamp plugin avs (handle is avswnd). i get an error when i do so.

The first line returns a handle to the taskbar. The second line uses this handle to get the handle of the tray area. You can use programs like Spy++ or Winsight32 to determine window classes and parent-child relations.
FindWindow $R0 "Shell_TrayWnd"
FindWindow $R0 "TrayNotifyWnd" "" $R0
Originally posted by lzandmanNot yet I'm afraid. We do want to enable it eventually but can't find the time to update the Archive.
Question for Joost or Kichik: can I upload the latest version of my plugin to the NSIS archive server myself or do I have to signal you to update it?
Originally posted by Joost VerburgThanx 🙂
Updated file on NSIS archive server.