I would like to know the files that go with a Visual Basic Project.

The last time I reorganized my Hard Drives and reinstalled a lot of software, I had trouble with some Visual Basic Projects. I am about to do it again.

My trouble might have been due to my forgetting to explicitly specify a directory when saving something for the first time, allowing Visual Studio to put it in some default directory. It might have been due to some file I do not know about.

The files I know about are as follows: .frx & .frm files for each form; .bas file for each Code Module; One .vbp & one .vbw file for the project; One .rtf file for Help;
One Mssccprj.scc File for who knows what.

None of my current projects use OCX, Active-X, or Database features. If a project used any of these features, I suppose there would be files other than the ones I know about.

Any information or a reference to some Visual Studio Help topic would be appreciated.

Thanx