Tryp-
I appreciate the tip but actually, VB stores all info about, for example, a form inside of the .frm file. It includes all object and their properties and all the code in that form. The .frx file seems to be non-text information. When I've opened other forms (in WordPad), there is a property called Icon=, followed by the path of a .frx file,: and a four digit number. I believe the .frx file holds the picture info emedded in it but was not sure. The project (.vbp) file works the same way. All the forms, modules, classes, usercontrols, property pages, etc are stored in the .vbp file with the appropriate heading (Form=, Module=, etc). The .vbw file does, however, seem to hold some info about the forms and other vb files contained in the project. For example, I opened a .vbw file in WordPad and the first line was: Form1 = 44, 44, 319, 370, , 22, 22, 297, 348, C. I do have a form called Form1 in my project, but I do not understand what all the numbers are and why there is a C at the end.
If you get anymore info, I would be very grateful.