Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Sets the color for specific text within the RichEdit control
#16
Works well
thank you so much Smile

About the following code, I don't quite understand,
Red word, how is the value obtained? If there are many other types of controls, do these values need to be changed?
Are there any references?

word loword;  word hiword
loword=wParam&0xFFFF
hiword=wParam>>16
sel hiword
case 768 ;;EN_CHANGE

case 256 ;;EN_SETFOCUS


Messages In This Thread
RE: Sets the color for specific text within the RichEdit control - by Davider - 10-20-2022, 11:23 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)