对于一个中等规模的软件 代码在100万行左右 界面较多
哪种换皮肤换语言的方案比较适合呢?
想用一个dll来控制换皮肤换语言及皮肤换色。
各位老大给点意见。
要求:
1 不需要软件重启
2 效率较高 
3 对其它模块影响较小
(抱歉 就60分了)

解决方案 »

  1.   

    Hook 是最好的方式,对你现在的程序改动很小。
      

  2.   

    Hook 是最好的方式,对你现在的程序改动很小。
    --请问如何用呢?
      

  3.   

    Using window's hooking is a good solutions, Especially, you should make a global hooking using SetWindowsHookEx function that you can refer to MSDN.
    For maximum to customize each windows control such as Dialog, Editbox, Combobox, Menu, Listbox etc. You should write base UI respective for them.