CHANGE COLOR
-
HI ALL HOW TO CHANGE COLOR OF A TAB COMNTROL ON CLICKING ON ONE TAB THANKS Ashish Dogra MCA Noida
-
HI ALL HOW TO CHANGE COLOR OF A TAB COMNTROL ON CLICKING ON ONE TAB THANKS Ashish Dogra MCA Noida
-
-
if you see this article you can find your answer_**
**_
whitesky
-
if you see this article you can find your answer_**
**_
whitesky
-
In the tabcontrol I have a button which is associated with tab1 . Now I want to change the background color of that button. How can I achieve this?
Hope I understood your question Do you need to change background color from button?_**
**_
whitesky
-
HI ALL HOW TO CHANGE COLOR OF A TAB COMNTROL ON CLICKING ON ONE TAB THANKS Ashish Dogra MCA Noida
Ashish, DON'T SHOUT :suss::(:mad:
TOXCCT >>> GEII power
[VisualCalc 3.0 updated ][Flags Beginner's Guide new! ]
-
i am sorry for interrupting you all but i want to know how to change color on clicking tab as i dont know this from article i try this one what it gives error i try this code in on init dialog where m_tabctrl is variable ofCTabctrl; m_tabctrl.SubclassDlgItem(CPropertySheet::GetTabControl()->GetDlgCtrlID(), this); now tell me how can i use this one yogi thanks Please mail me
-
i am sorry for interrupting you all but i want to know how to change color on clicking tab as i dont know this from article i try this one what it gives error i try this code in on init dialog where m_tabctrl is variable ofCTabctrl; m_tabctrl.SubclassDlgItem(CPropertySheet::GetTabControl()->GetDlgCtrlID(), this); now tell me how can i use this one yogi thanks Please mail me
What error?_**
**_
whitesky
-
Hope I understood your question Do you need to change background color from button?_**
**_
whitesky
-
i am sorry for interrupting you all but i want to know how to change color on clicking tab as i dont know this from article i try this one what it gives error i try this code in on init dialog where m_tabctrl is variable ofCTabctrl; m_tabctrl.SubclassDlgItem(CPropertySheet::GetTabControl()->GetDlgCtrlID(), this); now tell me how can i use this one yogi thanks Please mail me
-
ya sir i saw this link but when i write code in oninit as m_tabctrl.SubclassDlgItem(CPropertySheet::GetTabControl()->GetDlgCtrlID(), this); it will give errors as 1)'CPropertySheet::GetTabControl' : illegal call of non-static member function 2)left of '->GetDlgCtrlID' must point to class/struct/union yogi thanks Please mail me
-
ya sir i saw this link but when i write code in oninit as m_tabctrl.SubclassDlgItem(CPropertySheet::GetTabControl()->GetDlgCtrlID(), this); it will give errors as 1)'CPropertySheet::GetTabControl' : illegal call of non-static member function 2)left of '->GetDlgCtrlID' must point to class/struct/union yogi thanks Please mail me
and this
CTabCtrl *p=CPropertySheet::GetTabControl() m_tabctrl.SubclassDlgItem(p->GetDlgCtrlID(), this);
_**
**_
whitesky
-
and this
CTabCtrl *p=CPropertySheet::GetTabControl() m_tabctrl.SubclassDlgItem(p->GetDlgCtrlID(), this);
_**
**_
whitesky
ya sir i try this one CTabCtrl *p=CPropertySheet::GetTabControl(); m_tabctrl.SubclassDlgItem(p->GetDlgCtrlID(), this but this has the erroras CPropertySheet::GetTabControl' : illegal call of non-static member function Please mail me
-
ya sir i saw this link but when i write code in oninit as m_tabctrl.SubclassDlgItem(CPropertySheet::GetTabControl()->GetDlgCtrlID(), this); it will give errors as 1)'CPropertySheet::GetTabControl' : illegal call of non-static member function 2)left of '->GetDlgCtrlID' must point to class/struct/union yogi thanks Please mail me
yogendra kaushik wrote:
1)'CPropertySheet::GetTabControl' : illegal call of non-static member function
The compiler is telling you exactly what the problem is.
CPropertySheet::GetTabControl()
is not a static method.
"Money talks. When my money starts to talk, I get a bill to shut it up." - Frank
"Judge not by the eye but by the heart." - Native American Proverb
-
|------| |----------------------| | color here | | | |----------------------| I want the tab ctrl to look like this. How can I do it:confused:
Im sorry i dont understand what do you said this sahpe is like a TreeCtrl_**
**_
whitesky
-
Im sorry i dont understand what do you said this sahpe is like a TreeCtrl_**
**_
whitesky