M
Mr. Analogy
Does anyone know of a library, DLL, etc. what would make creating HTML
easier?
EXAMPLE:
It might have functions like:
dim hConverter as new HTMLConverter
dim hTable as new TableObject (rows, col)
hTable.Cell (1,1)=hConverter.ToBold ("Hell world") + " this is NOT
bolded"
WebBrowser.Text=hTable.toHTML
I think you get the idea.
Component need not be free.
easier?
EXAMPLE:
It might have functions like:
dim hConverter as new HTMLConverter
dim hTable as new TableObject (rows, col)
hTable.Cell (1,1)=hConverter.ToBold ("Hell world") + " this is NOT
bolded"
WebBrowser.Text=hTable.toHTML
I think you get the idea.
Component need not be free.