User Profile
Collapse
-
Perhaps. I was hoping to solve this in javascript...bu t the web browser seems to be ignoring the WM_LBUTTONUP message so the only workaround I have found is via Windows C++ code. It doesn't sound like this is an issue that others have hit so I think I'm on my own. Thanks anyways. -
I sort of got this working. I had to send a WM_LBUTTONDOWN message to the 'Internet Explorer_Server ' window of the Web Browser Control.
Is there an easy way to get this window or an easier way to simulate the LBUTTONDOWN message here so IE will fire an event on the subsequent LBUTTONUP message it receives?Leave a comment:
-
Still no luck. Using Spy++, I can confirm that the WM_LBUTTONUP message is sent to the web browser control. Unlike when I do a regular click in the web browser control, I don't see a WM_MOUSEACTIVAT E call sent there so perhaps that is it?Leave a comment:
-
Fire MouseUp event in browser when click started outside of browser
Hi!
I have an HTML page embedded into a windows 32 app (being displayed via a Web Browser control). I want to be able to drag from a Win32 object and drop into the web browser.
I press the mouse button down in the Win32 object...and once I start dragging into the browser, I fire off some javascript to start a drag operation similar to as if I started in the browser with the click.
The mouse move event...
No activity results to display
Show More
Leave a comment: