September 2003 Archives

EM_STREAMIN

|

What do you usually do when you need to set text in a Windows control? You do one of the following:

  • SetWindowText()
  • SetDlgItemText()
  • SendMessage(WM_SETTEXT)
  • SendMessage(WM_SETTEXTEX)

It's tempting to do the same for a Rich Edit control, and sure enough, this will work on almost all versions of Windows.

About this Archive

This page is an archive of entries from September 2003 listed from newest to oldest.

June 2003 is the previous archive.

December 2003 is the next archive.

Find recent content on the main index or look in the archives to find all content.

Powered by Movable Type 4.2-en