Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要帮助将 Windows 窗体窗口类名设置为我自己选择的类名。没找到有用的东西,所以在这里问。
我需要这个,因为我兄弟(他不再有代码)编写的旧 C++ 应用程序 DLL 正在使用带有类名的FindWindow方法来复制数据。所以我需要将窗口类名重命名为与旧应用程序相同的名称,以使我的新应用程序正常工作。
任何想法 ?