William Walseth
May 26th, 1999, 10:17 AM
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
Bill.Walseth@delta-air.com
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
Bill.Walseth@delta-air.com