No Method for Changing CMFCRibbonPanel Control Name Dynamically
-
CMFCRibbonPanel class do not implement any method for changing the control name at running time, I think there should be a method like CMFCRibbonPanel::SetName since there is method like CMFCRibbonPanel::GetName so How could we change the name of this control dynamically?
-
CMFCRibbonPanel class do not implement any method for changing the control name at running time, I think there should be a method like CMFCRibbonPanel::SetName since there is method like CMFCRibbonPanel::GetName so How could we change the name of this control dynamically?
0. Try the SetWindowText(..) function 1. Debug the drawing of the text and find an access to the found member :)
virtual void BeHappy() = 0;
-
0. Try the SetWindowText(..) function 1. Debug the drawing of the text and find an access to the found member :)
virtual void BeHappy() = 0;