Text effect

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #186435
    aek2015
    Member

    Hi all,

     

    When sendmessage (using wm_settext) a richedit20w control it changed in plain text, how to add other effects and styles

     

    Thanks

    #186439
    Chike
    Member

    Look in bot source, SendRoomText or something like that.

    #186438
    aek2015
    Member

    Hi chike,

    I’m able to send plain text, but when it comes to rtf formatting for another application… I end with that the only way is to inject a dll to be able to do rtf stuff inside richtext controls

    I didnt find SendRoomText code source

    #186437
    Chike
    Member

    I didnt find SendRoomText code source

    Code is there, don’t expect me to find it for you.

    #186436
    autopilot
    Member

    The easiest way is to create and format the text in a RichTextBox in your application and then sending the .RTF string instead of the .Text string.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.