搜索资源列表
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
cail-TuadLibrary
- 示范如何使用 LoadLibrary和 GetProcAddress调用dll的输出函数-Demonstration of how to use LoadLibrary and GetProcAddress call call DLL output function,,