Tagged Questions
1
vote
3answers
1k views
Hard-coding HTML into VB6 code
Background: we have an application that generates reports from HTML (that may or may not have inline scripting). The HTML source is normally stored as a blob in the database.
There is now the need to ...