|
-
Apr 14th, 2003, 04:27 PM
#1
what are resx files used for
You have to convert them to .resources files before you can use them in a project, so what's the point of having them at all?
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Apr 14th, 2003, 08:45 PM
#2
I don't know but the IDE uses them. Each form has a resX file to hold misc things just like the frx files in VB6.
-
Apr 14th, 2003, 11:46 PM
#3
that's even more weird because it doesnt let the user to use a resx file. Hmm how can the ide use the resx file then
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Apr 16th, 2003, 09:47 AM
#4
Lively Member
The resx files are the meta data for .NET forms in human readable form (XML).
or as Microsoft puts it...
The primary goals of this format is to allow a simple XML format that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes associated with the data types.
So what's the point of them? they are used as an input to ResGen.exe to generate the .resources files. No resx no resources!
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
|