why cant i save the clipboard content to file when its a picture ? _ClipBoard_GetData ($CF_BITMAP ) says it returns a handle to a bitmap, i quote "$CF_BITMAP - Handle to a bitmap (HBITMAP)" but when i try to make it into an image object "$hImage1" it dont work. so how do i save the clipboard to a jpg ? #include <GUIConstantsEx.au3> #Include <GDIPlus.au3> #include <ClipBoard.au3> $fred=ClipGet() if @error = 2 Then $hBitmap=_ClipBoard_GetData ($CF_BITMAP ) $hImage1