Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Font Settings in ShowNote
#5
The text between SendMessage and SendMessage in Dialog_richedit_colors
is
Code:
Copy      Help
    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 ;;twips



I found that but I don't understand what you mean by

Code:
Copy      Help
int htb=ShowNote(...)
int h=child("" "RichEdit20" htb)

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]


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)