标签:one com 文件 margin 修改 src 动态链接 splay 方法
1.首先新建一个动态链接库dll
2.添加资源文件
3.进行任何你想对界面进行的操作
4.在dllmain.cpp中的DllMain方法中做如下修改
回调函数原型
DLGPROC Dlgproc;
INT_PTR Dlgproc( HWND Arg1, UINT Arg2, WPARAM Arg3, LPARAM Arg4 )
{...}
5.进行自己想要的操作
标签:one com 文件 margin 修改 src 动态链接 splay 方法
原文地址:https://www.cnblogs.com/Check-me/p/11888566.html