i.got.it 2020. 11. 19. 15:21

 

 

사용예.

- 윈도우 탐색기 와 동일한 표현형식으로 설정.

- m_hwnd 에는  CListCtrl, CTreeCtrl 등의 윈도우 핸들.

SetWindowTheme(m_hWnd, L"Explorer", NULL);


 

 

 

 

상세.

 

SetWindowTheme function (uxtheme.h) - Win32 apps

Causes a window to use a different set of visual style information than its class normally uses.

docs.microsoft.com

 

 

 

 

slaner.tistory.com/65