Can I quickly replace my components to a custom theme's components?

前端 未结 2 1058
无人及你
无人及你 2021-01-25 22:44

I want to improve the look of my program by using a custom created theme like this: http://www.mpgh.net/forum/33-visual-basic-programming/492570-biesis-vb-net-theme-archive.html

2条回答
  •  温柔的废话
    2021-01-25 22:51

    There is a way, though not recommended (depending on the complexity of your application). Make sure you've got a full backup of your project before trying this.

    1. With your project still open, close all open files and hit Ctrl + H.
    2. In Find what enter the fully qualified name of the control to replace.
    3. In Replace with enter the fully qualified name of the custom control.
    4. Set Look in to Current Project.
    5. Check Match case and Match whole word.
    6. Click Replace All button.

    Find and Replace

提交回复
热议问题