Developing application hosting multiple Tabbed Browser using WebBrowser Control
Hellow !
I want to develope application hosting multiple Tabbed WebBrowser using WebBrowser Control.
I developed application hosting WebBrowser Control , but this has no tab browser .
hosting WebBrowser code is shown below .
CWebBrowser2* pBrowser2
pBrowser2->Create(NULL, L"", WS_CHILD|WS_VISIBLE, rect, this, 1);
pBrowser2->Navigate(L"http://www.yahoo.co.jp", NULL, NULL, NULL, NULL);
Question1.
IE7 , Tabbed browser is available, so I want to know how to developing application
hosting multiple Tabbed Browser using WebBrowser Control. Are there some API
realizing multiple tab browser using WebBrowser Control , in an easy way ?
Question 2.
on a page
http://msdn.microsoft.com/library/default.asp?url=/workshop/browser/mshtml/reference/commandids.asp
I can find "IDM_FOLLOWLINKT" and "Opens selected link in a new tab" in the sentences.
so tell me how to using this API , if above problem can solve with this API .
I need some sample code because of beginner.
Thanks.

