Hi,
I am using a TIMER to intercept a F8 key to try to create a BMP of all the video screen, but i'am not able !!
This is my example:
define timer otime interval 50 action myfunc() of mainwnd
activate timer otime
.
.
.
function myfunc
if getasynckey(119)
* F8 pressed
HERE i need to write a BMP file with all the present screen
endif
return nil
*
ANY HELP ?
tks all
ROMEO/zingoni