|
-
Oct 31st, 2001, 03:43 PM
#1
Thread Starter
Lively Member
What is an frx file?
Anyone know what an frx file is?
How about a vbw file?
Both file types are created by VB.
(Trying to setup my sourcesafe)
Thanks,
Judy
-
Oct 31st, 2001, 03:47 PM
#2
I think they are workspace files for the form and project, respectively.
Laugh, and the world laughs with you. Cry, and you just water down your vodka.
Take credit, not responsibility
-
Oct 31st, 2001, 04:21 PM
#3
Frenzied Member
i figured that out by my xp(holding my mouse over it....it says form workspace)
-
Oct 31st, 2001, 04:25 PM
#4
Thread Starter
Lively Member
Gee. I hate to be a dope, but what information is included in a Workspace. Do I need to put these files into sourcesafe do you think????
-
Oct 31st, 2001, 04:25 PM
#5
PowerPoster
frx's also appear to hold some valuable info on the properties of controls within that form....e.g. the design-time text for a textbox, items in a listbox etc
Without the frx, they disappear which I found to my annoyance.
-
Oct 31st, 2001, 04:25 PM
#6
Member
An .frx file holds all the non-text information about a form, such as its icon, any embedded OLE objects, pictures, etc.
-
Oct 31st, 2001, 06:05 PM
#7
-= B u g S l a y e r =-
hmm.. have not done any qouting today... so here goes 
INFO: What is an FRX file?
Q152582
--------------------------------------------------------------------------------
The information in this article applies to:
Microsoft Visual Basic Learning, Professional, and Enterprise Editions for Windows, version 6.0
Microsoft Visual Basic Control Creation, Learning, Professional, and Enterprise Editions for Windows, version 5.0
Microsoft Visual Basic Standard, Professional, and Enterprise Editions, 16-bit and 32-bit, for Windows, version 4.0
--------------------------------------------------------------------------------
SUMMARY
An .FRX file is a binary data file used to store binary information for the form (.FRM) file with the same file name.
MORE INFORMATION
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.
-
Oct 31st, 2001, 07:29 PM
#8
Addicted Member
Ok, now on to VBW files ....
Here is a sample:
Form1 = 132, 132, 976, 544, Z, 43, -15, 953, 260, C
Form2 = 110, 110, 1020, 385, C, 66, 66, 910, 477, C
Module1 = 0, 0, 910, 275, C
What does all this mean ?
-
Oct 31st, 2001, 07:33 PM
#9
PowerPoster
Look like positions within the IDE that the form/module was last left
-
Nov 1st, 2001, 10:10 AM
#10
Thread Starter
Lively Member
Thanks everyone.
Looks like I better do version control on my frx files by perhaps not on the VBW file.
-
Nov 1st, 2001, 10:20 AM
#11
Originally posted by jcarmein
Thanks everyone.
Looks like I better do version control on my frx files by perhaps not on the VBW file.
Yes the frx files is rather important but the vbw isn't that important at all. If you delete a vbw file then no windows will be opened when you open the vbp file.
That is no form or class windows. You have to open them using the Project Explorer.
Best regards
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|