Skip to content

Clear Room Text Chat

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #187661
    jimmyng
    Member

    Hi Guy

    Do you have any sample to clear all text chat in room Thanks

    #187665
    Departure
    Member

    /clear

    #187664
    Chike
    Member
    Call SendMessage(hwndRoomText, WM_CLEAR, 0, 0)

    I guess

    #187663
    Chike
    Member

    @Chike wrote:

    Call SendMessage(hwndRoomText, WM_CLEAR, 0, 0)

    I guess

    Forget that, i’m stupid, do

    SendMessage(hwndRoomText, WM_SETTEXT, 0, "")
    #187662
    String
    Member

    I was only able to get results by changing SendMessage to SendMessageByString

    SendMessageByString(hwndRoomText, WM_SETTEXT, 0, "")
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.