如何编辑当前应用程序中嵌入在引用DLL(类库)中的UI [英] How to edit UI that is embedded in reference DLL (class library) from current application

查看:138
本文介绍了如何编辑当前应用程序中嵌入在引用DLL(类库)中的UI的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

亲爱的大师,



我是新手 C#程序员,几天前我一直在谷歌搜索编辑用户界面嵌入在DLL中。不幸的是,我没有找到任何确切的答案。是否可以从C#中的当前控制台应用程序编辑嵌入在DLL(引用类库)中的UI?有关更新下拉列表的示例。如果是,我可以有一些教程链接来更新它们吗?



如果你能帮我就此提出建议,我将不胜感激。



注意:我有保存UI映射的资源文件,如下所示:但我不知道如何使用它们。

Dear Guru,

I am a newbie C# programmer and I have been searching through Google few days ago to edit the UI that is embedded in DLL. Unfortunately, I don't find any exact answer for that. Is it possible to edit the UI that is embedded in DLL (reference class library) from current console application in C#? For a example updating Drop Down List. If yes, may I have some tutorial links to update them?

It would be highly appreciated if you could help me to advise upon this.

Note: I do have resource file that save UI mapping such as below: But I don't know how to use them.

<data name="UI_LOGIN_USR" xml:space="preserve">
    <value>Username:</value>
  </data>





非常感谢您提前。如果您需要任何其他信息,请随时告诉我。



Thank you so much in advance.Please kindly let me know if you need any other information.

推荐答案

严格来说,除非您有权访问源代码,否则无法修改DLL。你可以使用黑客攻击,但是很容易破坏里面的代码并使DLL无法使用。
Strictly speaking you cannot modify a DLL unless you have access to the source code. There are hacks that you can use, but it is too easy to damage the code inside and make the DLL unusable.


这篇关于如何编辑当前应用程序中嵌入在引用DLL(类库)中的UI的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆