I can set the caption of a window with SetWindowText, and can also do the same with SendMessage with WM_SETTEXT = &HC as the message.

Now I actually want to set the text not the caption of the window. Any help appreciated.