LOULOU Posted November 20, 2007 Posted November 20, 2007 I create a capture file with tif extension ; Capture full screen _ScreenCapture_SetTIFColorDepth(24) _ScreenCapture_SetTIFCompression(1) $hbmp = _ScreenCapture_Capture ("",0,88+$toto[1] , 852 , 88+$toto[3], false) ; Save bitmap to file _ScreenCapture_SaveImage (@ScriptDir & "\Image.tif", $hBmp, True) But MODI.DOCUMENT refuse to read it saying it's not a texte document ? Is someone know what is the reason ? It's seems that the file generated by _ScreenCapture_SaveImage is not readable by Modi.document
jvanegmond Posted November 20, 2007 Posted November 20, 2007 Please include the FULL source, this is not going to help you. At least post an working example. github.com/jvanegmond
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now