8000 GitHub - ijiabao/cxx_shadow_win: 无标题窗口的阴影支持
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ijiabao/cxx_shadow_win

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

cxx_shadow_win

无标题窗口的阴影支持

// 使用示例
#include "shadow_window.h"
void Test() {
	HWND hwnd = FindWindow(L"TestWindow", L"");
	if (IsSupportDwm()) {
		EnableDwmShadow(hwnd, true);
	} else {
		ShadowWnd* win = BindShadowWindow(hwnd);
		// win->Setup(10, 20, 255, 0);
	}
}

About

无标题窗口的阴影支持

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0