搜索资源列表
OcxAutoRegisterNew
- VC源码自动注册OCX控件 BOOL bResult = FALSE //检查是否支持注册 if (SupportsSelfRegister(strOcxPath)) { HMODULE hModule = ::LoadLibrary(strOcxPath) if (LOADLIBRARY_FAILED(hModule)) return FALSE //获得注册函数地址 CTLREGPROC DLLRegisterServer
window_Cwnd
- 实现窗口透明 只需在创建窗口函数中加入 SetWindowLong(this->GetSafeHwnd(),GWL_EXSTYLE, GetWindowLong(this->GetSafeHwnd(),GWL_EXSTYLE)^0x80000) HINSTANCE hInst = LoadLibrary(\"User32.DLL\") if(hInst) { typedef BOOL (WINAPI *MYFUNC)(HWND,COL
cde
- Demonstration of how to use LoadLibrary and GetProcAddress call call DLL output function-Demonstration of how to use LoadLibrary and GetProcAddress call call DLL output function,,
cail-TuadLibrary
- 示范如何使用 LoadLibrary和 GetProcAddress调用dll的输出函数-Demonstration of how to use LoadLibrary and GetProcAddress call call DLL output function,,
Pmpnementing
- Implementing the GetProcAddress () function yourself)(Implementing the GetProcAddress call () function yourself))