Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Removing Tabs from tab control
#12
Under case WINAPI.TCN_SELCHANGE:

Deselect all with TCM_DESELECTALL.
Dehighlight all with TCM_HIGHLIGHTITEM.
Highlight button with TCM_HIGHLIGHTITEM.

Or instead of TCM_HIGHLIGHTITEM use TCM_SETCURFOCUS, or change icon.

Or use toolbar control instead.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)