Results 1 to 4 of 4

Thread: What are the .frx files?

  1. #1
    Join Date
    Sep 2009
    Posts
    143

    What are the .frx files?

    What is frx files? Last week while working on a project using visual basics I came across something with a .frx entention. I am using Visual Basi 6.0. I have no information about .frx files. I have never encountered them earlier. Why are they present in Visual Basic? What are they used for ? Are they Visual Basics setup files ?

  2. #2
    Join Date
    May 2008
    Posts
    2,389

    Re: What are the .frx files?

    *.frx file is created to hold the binaries of Images. Whenever you apply graphics to a form or the controls within your form special files are created to hold the binaries of these images. These files are stored with .frx extension and are reffered to as frx files. These files are also created for Long strings.

  3. #3
    Join Date
    Jan 2008
    Posts
    1,521

    Re: What are the .frx files?

    .FRX file in Visual Basic are used to store binary data. These .frx file have the same name as that of the Form file. Visual Basics has some controls such as PictureBox and Image. These controls have properties which use binary data as their values. This binary information is stored in a FRX file with .frx extention. These .frx files should be linked to its corresponding .frm files because if you by mistakely delete a .frx file that corresponds to a .frm file that particular form will not work properly.

  4. #4
    Join Date
    May 2008
    Posts
    2,012

    Re: What are the .frx files?

    I also was unaware of .frx files when i started a project on VB. By mistakenly I deleted a .frx file at was not able to get the desired output from the Graphic related Control. Later I learned it was associated to the form that I was running. Inshort, a .frx extention file is a binary file. This file in Visual Basics stores binary information of controls such as Image control and picture box of that particular form. This file can be manually deleted if they have no binary data saved in it.

Similar Threads

  1. Replies: 7
    Last Post: 04-05-2012, 12:37 PM
  2. Replies: 2
    Last Post: 23-02-2012, 01:15 PM
  3. Replies: 6
    Last Post: 12-07-2011, 12:17 AM
  4. Replies: 2
    Last Post: 10-06-2010, 08:21 PM
  5. Replies: 2
    Last Post: 10-06-2009, 11:16 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,146,757.84535 seconds with 17 queries