There is also a splitter class in the Mozilla "classic" code base which
could be adapted as well. I recall that CSplitterWnd can be quite a
nuisance if you're not working with CView derived classes but is
probably easier to use if you are.
http://lxr.mozilla.org/classic/source/cmd/winfe/mailpriv.h#640
http://lxr.mozilla.org/classic/source/cmd/winfe/mailpriv.cpp#1293
Adam
Chak Nanga wrote:
> I'm assuming you want to do this in Windows?
>
> If so, you should be able to use the MFC's CSplitterWnd object which
> allows you to have multiple panes embedded in a parent frame window.
> One of these panes can be CBrowserView[please see
> embedding/tests/MfcEmbed/BrowserView.cpp] - which essentially embeds
> Gecko.
>
> Chak
>
>
> Vibi Varghese wrote:
>
>> I want to implement two split windows with one of the windows being
>> displayed with the mozilla browser.
>>
>> Any suggestions on the best way to implement this?
>>
>> Thanks.
>>
>> Vibi
>>
>>
>
>