English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Each .frm file has a binary .frx file associated with it. What is it for?

2006-12-04 08:30:35 · 1 answers · asked by Zefram 2 in Computers & Internet Programming & Design

1 answers

\An .FRX file is a binary data file used to store binary information for the form (.FRM) file with the same file name.

Some controls, such as the PictureBox and Image controls, have properties that use binary data as their values. Visual Basic stores the binary data in an .FRX file with the same file name as the Form file. The .FRX file is a proprietary format.

If your project contains .FRX files, you should include these files with the corresponding .FRM files. A form containing binary information but lacking the associated .FRX files will not function correctly.

2006-12-04 08:35:56 · answer #1 · answered by arcaemous 4 · 0 0

fedest.com, questions and answers