This script makes screen shot of ProgDVB.
ProgDVB allows you to watch SAT-Television and listen to Radio channels directly from satellite by using DVB-PCI cards with hardware decoders
ProgDVB_Shot.au3:
#include <GDIPlus.au3>
#include <GuiConstantsEx.au3>
#include <ScreenCapture.au3>
#include <WinAPI.au3>
Opt('MustDeclareVars', 1)
Global $Msg, $hGUI, $Pic, $hPic, $CaptureButton, $SaveButton
Global $hWnd, $size
Global $FileSaved = @ScriptDir & "\ProgDVB.jpg"