Click to See Complete Forum and Search --> : WM to select text by double-click


chals1
September 17th, 2006, 11:30 AM
I'd like to know which Windows Message is sent when you make a double-click over a word into IE and then this one is highlighted
thanks

UnfitElf
September 17th, 2006, 06:14 PM
WM_LBUTTONDBLCLK (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/userinput/mouseinput/mouseinputreference/mouseinputmessages/wm_lbuttondblclk.asp) :)

chals1
September 18th, 2006, 12:50 PM
yeah, but i meant to the WM generated when i provoke a wm_lbuttondblclk.
I want my prog to highlight text into ie in the same way as making doubleclk but without sending wm_lbuttondblclk

chals1
September 18th, 2006, 01:58 PM
i dunno whether explained rightfully. I want to emulate the same effect achieved by a double click over a word at the cursor to make a word selection into ie,firefox or a text processor, but without making a double click but sending some WM similar to em_setsel..