tags:

views:

185

answers:

2

can give somebody me a hint how to display "overlay controls" in the WebBrowser control in my WPF application? I'd like to display navigation graphics as overlay so the user can select a function and the navigation controls disapear after selecting it.

not really experienced in WPF for now. :( i have no idea where to start. any hint or link would be great. thank you

A: 

There are going to be issues with this. there are "airspace" issues with the WPF browser control. basically, it means you can't put anything over the top of the browser control.

The work around is to put your overlaid controls into a popup control.

Muad'Dib
thx a lot. looks very promising. never heard about the "airspace" issue. but it's good to see that it can be be easily solved. and it's amazing how fast you replied to my question. impressive. :)
pantarhei
A: 

There is a wpf based browser that uses Chromium. It should allow you to treat it like any other wpf object rather then the activex browser control.

Aaron Fischer
thx for that information. i'll take a look at it too. but for now the work around above looks fine enough.
pantarhei