Will Rebol 3 support SetWindowsHookEx
I asked the question "Will Rebol 3 extension support any windows api call including those requiring callback ?".
Now to be sure and to take an example, will it possible to use Win 32 SetWindowsHookEx() and do screen capture like this:
http://www.codeproject.com/KB/cpp/Screen_Cap开发者_开发问答ture__Win32_.aspx
Rebol is really missing screen capture function.
Carl has released a new hostkit that support callbacks.
see http://www.rebol.net/r3blogs/0329.html
I've actually built a screen capture and Image editing application in REBOL for Qtask, so yes, its already possible in R2. :-)
https://www.qtask.com/qwiki.cgi?mode=previewSynd&uuid=RX1BV28XG68G87ERFEA2BXLQ63QT
精彩评论