WPF WebBrowser Workarounds – Part Two

WPF WebBrowser Workarounds – Part Two

giu 06

We continue from yesterday, with this other little workaround about opening an external link (example: target=”_blank” tags). The System.Windows.Controls.WebBrowser did not provide the NewWindow Event, so “virtually” it’s impossible to obtain the request of the opening of a new window/tab. However, we can do some little tricky things First of all, we must have a...

WPF WebBrowser Workarounds – Part One

WPF WebBrowser Workarounds – Part One

giu 05

During the last time of my programmer’s life (a very hard life!), i enjoyed programming with Visual Studio 2010, and in particular with WPF and WebBrowser component of System.Windows.Controls . I learned that , despite from the hopes of programmers, the changelog from System.Windows.Forms of the control was really “painful”. And i agree. Really badly, i found that the control...