Results 1 to 4 of 4

Thread: what are resx files used for

  1. #1

    Thread Starter
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428

    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!!

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    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.

  3. #3

    Thread Starter
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428
    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!!

  4. #4
    Lively Member
    Join Date
    Feb 2003
    Location
    UK
    Posts
    95
    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
  •  



Click Here to Expand Forum to Full Width