In a tabbed browser (FF 3.5 in for me), I often open links in new tabs with CTRL-click or middle-click. When the link contains a Javascript function, either:
A blank new tab opens with javascript:window.print() or what-have-you in the address bar.
The function executes successfully and a blank new tab opens.
Thing is, this doesn't s...
What XPCOM interfaces should I use to detect opening, closing and switching of tabs and also get their associated URL from a firefox extension?
I have seen instances of code that manage tabs in JS, but how about from C++ ?
...
I've tried multiple times to create a web browser with tabbed browsing. I know that I have to use "tab control".
I have succeeded in creating a semi-tabbed browsing. People are able to add new tabs, but the webbrowser component only appears in one tab page.
Coding:
Form1_Load:
Private Sub Form1_Load(ByVal sender As System.Object, B...