Rank: Advanced Member Groups: Member
Joined: 9/3/2014 Posts: 68
|
Hi,
I would like to see the developer tool like Chrome in EO WebBrowser. I use webView.ShowDevTools(this.Handle) but no debugging window shows up. Please help me to fix that.
Thanks.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi,
You should not use this.Handle. You need to use a handle that is specifically for your developer tools. For example, if you use Windows Forms, you can put a Panel in your form and then use that Panel's window handle.
Thanks!
|
Rank: Advanced Member Groups: Member
Joined: 9/3/2014 Posts: 68
|
Assign the dev tools to a Panel handle to display instead of the form works. Thank you.
|