Hi. --- In [email protected], "swzoh" <[EMAIL PROTECTED]> wrote: > 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.
Another possibility might be to disable the window with: hWnd.enable(0) and enable it on left click. But that will prevent the crosshair cursor from showing... Also there is an exStyle WS_EX_NOACTIVATE but it doesn't work for me. Mockey 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/
