I can not find the correct example in the forum .. I believe Nags came up with this code to add color to the group frame ..
Code: Select all
oGrps:bPainted := < |hDC|
RoundBox( hDC, 20,30,445,300,10,10,CLR_BLACK, 1 )
Return nil
>
oGrps:bPainted := < |hDC|
RoundBox( hDC, 20,340,445,500,10,10,CLR_HRED, 1 )
Return nil
>
Is there a way to modify this code to handle two or more group boxes on the same form ?
Thanks
Rick Lipkin