المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : CWebBrowser2, only one on one dialog?



C++ Programming
06-10-2009, 04:30 PM
I display 5 CWebBrowser2 on one dialog.
They are all shown only if I didn't Navigate() pages to them.

but when I set links to them, only first one is visible and web page is displayed properly, last 4 are invisible.

I try to use ShowWindow() to show last 4, but exceptions are thrown.

why?