10-16-2008, 11:06 PM
Is there a way to have the text in rea3 change based on case 4? I am trying to not have to do my multipage dialog like you did in Dialog60 SysTabControl32 at the same time I want to be able to use the different font colors.
;messages2
sel wParam
,case 4
,rea3="Hello and Hello and Hello"
,case IDOK DT_Ok hDlg
,case IDCANCEL DT_Cancel hDlg
ret 1
;messages2
sel wParam
,case 4
,rea3="Hello and Hello and Hello"
,case IDOK DT_Ok hDlg
,case IDCANCEL DT_Cancel hDlg
ret 1