2022-06-21, 13:03:40
Is it possible to get the hwnd of the Edge Browser Control?
Getting hwnd of Control
|
2022-06-21, 13:03:40
Is it possible to get the hwnd of the Edge Browser Control?
2022-06-21, 16:56:51
Hi,
Not at the moment. At least there's no officially supported way to do that. Out of curiosity, can you tell me why you want to have the window handle to the browser control? FWIW, I opened a ticket on your behalf to look into this. -- Wil
2022-06-21, 19:06:41
I was trying to capture a screenshot of the control and needed it’s hwnd. I did try winspy to get its hwnd but it produced a blank image. Must be limitations of edge itself as i know capturing a canvas image of a https video is near impossible.
2022-06-22, 10:23:34
(2022-06-21, 19:06:41)maddire Wrote: I was trying to capture a screenshot of the control and needed it’s hwnd. I did try winspy to get its hwnd but it produced a blank image. Must be limitations of edge itself as i know capturing a canvas image of a https video is near impossible. One way that at least seems to give some results is to print to Pdf. eg. I added a button and then called this: Code: Private Sub PrintCurrentDocument() Not sure if that helps you though. -- Wil |
« Next Oldest | Next Newest »
|