Hiho folks.
Its time again for me to have a little problem i can't solve:
Following i will try:
- take a screen capture
- modify the capture (add time stamp and some text)
- put the capture to the clipboard
At the moment the script does :
$hBitmap = _ScreenCapture_Capture("", $iX1 + 1, $iY1 + 1, $iX2-1, $iY2-1, False)
$hImage = _GDIPlus_BitmapCreateFromHBITMAP($hBitmap)
$hGraphic = _GDIPlus_ImageGetGraphicsContext($hImage)
_GDIPlus_GraphicsDrawString ( $hGraphic, "Hello", 10, 3