application for editing resource in exe application (C#)

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

    application for editing resource in exe application (C#)

    Hell

    I have translate application which is written in .Net (C#)

    now is english version (translateing in files resource.dll) how edit this
    file?
    How editing from executable files resource? and change it (reshacker dont
    work with net application)


    Rafal



  • Cor Ligthert[MVP]

    #2
    Re: application for editing resource in exe application (C#)

    Rafal,

    On every form there is a property: language.

    Be aware it is in my idea not a real property, it has something to do with
    design time.
    I could not find it in the property list of the form as well I could not
    find further information about it on MSDN.

    That is ment for what you want, be aware that it is a hell of a job to do
    and to deploy.
    (As you are busy with it, you start direct thinking, "Done by people who
    never went out of there home town")

    Cor

    "Rafal" <gonzak@op.plsc hreef in bericht news:g7ajik$qfs $1@news.onet.pl ...
    Hell
    >
    I have translate application which is written in .Net (C#)
    >
    now is english version (translateing in files resource.dll) how edit this
    file?
    How editing from executable files resource? and change it (reshacker dont
    work with net application)
    >
    >
    Rafal
    >
    >
    >

    Comment

    Working...