Posts: 795
Threads: 136
Joined: Feb 2009
Hi Gintars, hi all.
Gintaras, before i loose to many time for nothing, are you aware of a trick for QM being able to highlight specific text (provided by code, like search function) in a web page in chrome?
TY
Posts: 12,075
Threads: 141
Joined: Dec 2002
Maybe possible with a bookmarklet. Or with some Chrome extension that can inject a javascript into the page.
Posts: 795
Threads: 136
Joined: Feb 2009
ok, will search for it.
Another idea:
i have a toolbar linked to chrome, and there is text change based on chrome url.
you helped me for this:
Browser toolbar
Is it possible to chage color or bold the text on toolbar item on demand (would do if i find text in webpage, what i know how to do).
ty
Posts: 12,075
Threads: 141
Joined: Dec 2002
Not possible, or too difficult. Consider OnScreenDisplay.
Posts: 795
Threads: 136
Joined: Feb 2009
Posts: 795
Threads: 136
Joined: Feb 2009
in wndproc case WM_USER, even when using outwinmsg, i can't find the good lparam to act on left mouse up button only (skip other).
any hint would be grateful welcome...
Posts: 12,075
Threads: 141
Joined: Dec 2002
WM_USER and mouse are not related.
OutWinMsg shows all messages sent to that window. Not to its child controls.
Posts: 795
Threads: 136
Joined: Feb 2009