tags:

views:

8

answers:

0

Hi there,

I have built a SDI splitted window app (VC8- MFC). In the bottom pane of the splitted window I want to display a .CHM file (HTML HELP file).

Any expert knows how to do that?

Using the call:

*::HtmlHelp( m_hWnd, _T( "Sample.chm" ), HH_DISPLAY_TOPIC, NULL );*

will just pop up a new window....but I wnat to embed the HTML help in a specific window!!

Thanks, Marc.