The extensions of form files and project files are ".frm" and ".vbp" respectively; a separate form file has an extension of ".frm", while a project file is composed of several forms It consists of modules and its extension is ".vbp".
Recommended: "Programming Video"
The extension of the project file is ".vbp". The extension of the form file is ".frm".
Visual Basic applications can be saved with 4 types of files. One type is a separate form file with an extension of .frm; one type is a common standard module file with an extension of .bas; the third type is a class module file with an extension of .cls; the fourth type is a project file , this kind of file consists of several forms and modules, with the extension .vbp.
The above is the detailed content of What are the extensions of form files and project files?. For more information, please follow other related articles on the PHP Chinese website!