开发者

String Table Resource in Native Executable

开发者 https://www.devze.com 2023-02-01 13:12 出处:网络
Using C#, can 开发者_如何学GoI modify the string table resource of a native windows executable?As far as I know, there\'s no support for doing that in the .NET Framework. You\'ll probably have to p/in

Using C#, can 开发者_如何学GoI modify the string table resource of a native windows executable?


As far as I know, there's no support for doing that in the .NET Framework. You'll probably have to p/invoke BeginUpdateResource(), UpdateResource() and EndUpdateResource() from your code.

You can find an example of modifying resources in unmanaged code here. Although it involves dialog boxes instead of string tables, it might give you a starting point.

0

精彩评论

暂无评论...
验证码 换一张
取 消