天天看點

ocx控件手動修改clsid的方法

轉載自:https://blog.csdn.net/loveheronly/article/details/9197197

替換掉工程的兩個地方:IDL檔案和CTRL檔案。

IMPLEMENT_OLECREATE_EX(CMultiwndCtrl, “MULTIWND.MultiwndCtrl.1”,

0x69ed7568, 0xd5a3, 0x49ea, 0x84, 0xd0, 0x8c, 0x20, 0x13, 0x67, 0x27, 0x24)

将16進制的GUID去掉 0x符号并進行拆分,替換原來的UUID如下

[ uuid(69ed7568-d5a3-49ea-84d0-8c2013672724)

作者:loveheronly

來源:CSDN

原文:https://blog.csdn.net/loveheronly/article/details/9197197

繼續閱讀