load html page
-
hello sir.., how can i load the html page into CMyListView ... this class derived from CListView Class ... but i want to display the html page into My view... please tell me any suggestion :confused:
Regards, Srinivas
-
hello sir.., how can i load the html page into CMyListView ... this class derived from CListView Class ... but i want to display the html page into My view... please tell me any suggestion :confused:
Regards, Srinivas
-
hello sir.., how can i load the html page into CMyListView ... this class derived from CListView Class ... but i want to display the html page into My view... please tell me any suggestion :confused:
Regards, Srinivas
For show html files you can use of
CDHtmlDialog
it create a dialogbox that use of html, Also you can use ofCHtmlView
class that it has an example on the MSDN "MFCIE".
WhiteSky