--- In [email protected], Cüneyt <[EMAIL PROTECTED]> wrote: > I agree that left click should be the trigger, but I also think it > shouldn't steal the focus. Maybe you could add a mousetrap entry to > eat the left click in the rectangle and delete the entry after the > capture.
I could make it mouse transparent as you want, then remove it after picking the color. If doing this, however, could cause unexpected results like closing a window if clicking over the close button. So, I better not add it. If you need really this feature, you may try: hWnd.transmouse(1) ... hWnd.transmouse(0) 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/ <*> 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/
