Hi, i need help for a vb6 coding. As i am now working on a vb6 project. (which is new to me as i have never learn before). Now the scenario is my project will be generating html pages. However, i need those html pages to have text display on the pages. Example.("<< place your content here >> ") Is there some1 can help me with this ?
This is the part where it generate html file.
Set b = fs.CreateTextFile(tmpfolder + "\" + list1content + ".htm", True)
b.Close
Thanks.