Hi all! I’m building a test engine for new employees for my company using VB 6.0 in Visual Studio 6.0. The last thing I need to do is put about 20-30 pages of text info about the company into the program for the new employees to read over, then take a test on. What’s the best, most secure way to get this text into the VB app to be read by the new employees? Can I use HTML pages & have them viewed by a customizable browser I build into the VB app? If so, can the HTML pages be packaged with the program when it’s compiled? Or should I use a text file, which the app can access If so, how do I protect the text file from being read? ? Or is there a way to use Acrobat pdf files within the app? Thanks in advance for any answers/help I can get!