--- In [email protected], sgp <[EMAIL PROTECTED]> wrote: > BTW, ZoomPlus seems to be the only magnifier/zoomer that can correctly > display the crosshair, all the other ones I tried, including Sean's > can't see the crosshair lines.
Do you remember that the magnifier hacked from ColorZoomer couldn't capture the mouse cursor while ZoomPlus could? Exactly the same reason, I suppose: Layered. Mouse cursor is not part of the screen (DC), it's on higher (probably the highest in Z-order, although I don't know if these terminology makes sense even in DC cases too) layer. And, to make a window transparent needs to give a Layered ExStyle to the window (so, if make the bars non-transparent, they may be started to captured). Of course, there may a way, as ZoomPlus can do it and/or the screen capture by PrintScreen key can show the transparent windows. Sean Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/power-pro/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
