Does anyone have a HTML output class. Is there already an MFC class that does this? (I'm stuck with Visual C++ 5.0)
Something along the lines of:
class CHTMLOutput
{
CHTMLOutput( CArchive ar); // construct with an arhcive
WriteHTMLHeader()
WriteHTMLFooter()
WriteTitle()
CreateTable( SomeColumnCollection )
AddRow()
AddColumnText( Column, CString )
};
Drop me a line, let me know what you think
[email protected]
