When my program opens the various settings are read from an ini file and applied. When I open a dialog with tabs, the correct tab has been selected, but not the contents of the tab(sometimes it does and sometimes it don't), so my question is if there is a function to redraw/refresh the tabs?
So far I've tried(but the glitz is still there):
_GUICtrlTab_SetCurSel($hTab, $tabfocus) _GUICtrlTab_SetCurFocus($hTab, $tabfocus) _GUICtrlTab_ClickTab($hTab, $tabfocus, "left") _GUICtrlTab_ActivateTab($hTab,int($tabfocus))