Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Dialog with my tab control
#1
I want to make a tab control like your dialog_with_tab_control but I want it to look like this.
   
I have tried hundreds of styles but I can not seem to make one. Can you help me make one?
#2
In QM tab controls also are like this. Where is the difference?
#3
The tab controls in QM are litter in color and have the orange highlight.
   
#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"")
#5
I get this
   
Maybe it is in how I am calling the function. Can you give me an example?
#6
NoVisualStyles id(3 hDlg)
#7
I thought I tried that. That is what I get for thinking.

Thank You!


Forum Jump:


Users browsing this thread: 1 Guest(s)