change groupbox color (MFC)
-
Since groupboxes are also buttons, I guess you have to owner draw(not me ;P) them.
Jesus Loves:rose:
--Owner Drawn:rose: --Nothing special --Defeat is temporary but surrender is permanent --Never say quits --Jesus is Lord:rose:
-
Since groupboxes are also buttons, I guess you have to owner draw(not me ;P) them.
Jesus Loves:rose:
--Owner Drawn:rose: --Nothing special --Defeat is temporary but surrender is permanent --Never say quits --Jesus is Lord:rose:
-
Since groupboxes are also buttons, I guess you have to owner draw(not me ;P) them.
Jesus Loves:rose:
--Owner Drawn:rose: --Nothing special --Defeat is temporary but surrender is permanent --Never say quits --Jesus is Lord:rose:
Owner drawn wrote:
Since groupboxes are also buttons
you meant
CStatic
, didn't you ?
TOXCCT >>> GEII power
[toxcct][VisualCalc 2.20][VCalc 3.0 soon...] -
Owner drawn wrote:
Since groupboxes are also buttons
you meant
CStatic
, didn't you ?
TOXCCT >>> GEII power
[toxcct][VisualCalc 2.20][VCalc 3.0 soon...]toxcct wrote:
you meant CStatic, didn't you ?
No. Take a look at
BS_GROUPBOX
.Jesus Loves:rose:
--Owner Drawn:rose: --Nothing special --Defeat is temporary but surrender is permanent --Never say quits --Jesus is Lord:rose:
-
toxcct wrote:
you meant CStatic, didn't you ?
No. Take a look at
BS_GROUPBOX
.Jesus Loves:rose:
--Owner Drawn:rose: --Nothing special --Defeat is temporary but surrender is permanent --Never say quits --Jesus is Lord:rose:
i'm struggling... what about SS_GRAYFRAME CStatic style ? :omg:
TOXCCT >>> GEII power
[toxcct][VisualCalc 2.20][VCalc 3.0 soon...] -
i'm struggling... what about SS_GRAYFRAME CStatic style ? :omg:
TOXCCT >>> GEII power
[toxcct][VisualCalc 2.20][VCalc 3.0 soon...]toxcct wrote:
i'm struggling...
It happens...
MSDN
about group box: The control is created as aBUTTON
class with theBS_GROUPBOX
,WS_CHILD
, andWS_GROUP
styles.Jesus Loves:rose:
--Owner Drawn:rose: --Nothing special --Defeat is temporary but surrender is permanent --Never say quits --Jesus is Lord:rose: