07-19-2007, 07:02 AM
int htb=ShowNote("notename" "some text")
int h=child("" "RichEdit20A" htb)
SendMessage h EM_SETBKGNDCOLOR 0 0x00ffff
CHARFORMAT cf.cbSize=sizeof(CHARFORMAT)
cf.dwMask=CFM_COLOR|CFM_BOLD|CFM_FACE|CFM_SIZE
cf.crTextColor=0xff0000
cf.dwEffects=CFE_BOLD
strncpy(&cf.szFaceName "Comic Sans MS" 31)
cf.yHeight=400 ;;twips
SendMessage h EM_SETCHARFORMAT SCF_ALL &cf