Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Dialog with my tab control
#4
To remove theme from a window or control use this:
SetWindowTheme hwnd L"" L""

or this function:
Function NoVisualStyles
Code:
Copy      Help
;/
function hwnd

;Removes window or control visual styles. It will look like on Windows 2000.


dll- uxtheme #SetWindowTheme hwnd @*pszSubAppName @*pszSubIdList
if(_winver>=0x501) SetWindowTheme(hwnd L"" L"")


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)