07-17-2007, 03:14 PM
The text between SendMessage and SendMessage in Dialog_richedit_colors
is
I found that but I don't understand what you mean by
where do I make or replace these statements: in Dialog_richedit_colors or in ShowNote function
what do I do with the three dots (...) after ShowNote. What should I fill this in with?
I am again sorry to be so slow on this. Any good reading on the following two topics:
The dialogs
Winstyles
Thanks again!!!
Stuart
[/quote]
is
CHARFORMAT cf.cbSize=sizeof(CHARFORMAT)
cf.dwMask=CFM_COLOR|CFM_BOLD|CFM_FACE|CFM_SIZE
cf.crTextColor=tcol
cf.dwEffects=CFE_BOLD
strncpy(&cf.szFaceName "Comic Sans MS" 31)
cf.yHeight=400 ;;twipsI found that but I don't understand what you mean by
where do I make or replace these statements: in Dialog_richedit_colors or in ShowNote function
what do I do with the three dots (...) after ShowNote. What should I fill this in with?
I am again sorry to be so slow on this. Any good reading on the following two topics:
The dialogs
Winstyles
Thanks again!!!
Stuart
[/quote]
