|
-
May 26th, 1999, 10:17 AM
#1
HTML Output Classes
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]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|