Adding resource

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Bern

    Adding resource

    This message is probably out of topic but I get no response from the less
    popular microsoft.publi c.dotnet.genera l newsgroup.

    Is there a resource manager of some sort in VS C# .NET which you can use to
    add resources such as icons, textfiles, etc. ? AS far as I see it, pictures
    can only be added through the properties of controls such as
    "BackgroundImag e". I opened up the resource view and it is always blank. I
    tried creating a .RESX file but when opened it, it is just some creepy
    editor.



  • Steven Cheng[MSFT]

    #2
    RE: Adding resource

    Hi Bern,

    I've found the community member have provided some resource on the
    ResEditor tool in dotnet.general group:

    Resource Editor (RESEDITOR)

    /html/resource_editor __reseditor_.as p

    It is a managed application which can help generate .resource file via
    adding different kind of resource files(image, script file ...)
    Also, we can also use the Assembly linker (al.exe) to emebeded resources
    into assembly

    #Assembly Linker (Al.exe)
    Find official documentation, practical know-how, and expert guidance for builders working and troubleshooting in Microsoft products.

    ources.asp?fram e=true


    In addition, if you're using VS.NET, we can use the "Add existing item"
    menu to add a existing resource item( image , txt file ...) into the
    project , then, set the file's "Build Action" as "embeded resource" so
    that the item will be compiled as resource into our project's main assembly:
    #HOW TO: Embed and Access Resources by Using Visual C# .NET


    Hope these helps. Thanks.

    Regards,

    Steven Cheng
    Microsoft Online Support

    Get Secure! www.microsoft.com/security
    (This posting is provided "AS IS", with no warranties, and confers no
    rights.)


    Comment

    • Steven Cheng[MSFT]

      #3
      RE: Adding resource

      Hi Bern,

      Any progress or furthur ideas on this issue? If there're anything else we
      can help, please feel free to post here.Thanks.

      Regards,

      Steven Cheng
      Microsoft Online Support

      Get Secure! www.microsoft.com/security
      (This posting is provided "AS IS", with no warranties, and confers no
      rights.)

      Comment

      • Werner

        #4
        Re: Adding resource

        " Bern" <x@x.com> wrote in news:4196cfe3$1 @news.starhub.n et.sg:

        Hi Bern,


        this one is free for non-commercial use (no functional restrictions).
        Unless you need to edit forms this is maybe what you were looking for:



        Hope you like it.

        Werner

        Comment

        Working...