Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. PolarFreeze

    CRichEditCtrl::StreamOut

    I am creating a Diary application and i need to get all the text including the rtf syntax text. I know i have to use the StreamOut function. The problem is that when i have text over a certain length the callback function(which has to be static) only grabs portions each time it is called. I...
  2. PolarFreeze

    Coloring Common Controls Like CEdit, CStatic in a SDI or MDI

    It doesn't work that way. But i did get it to work by deriving a CEdit class then calling the WM_CTL_Color message and then color. But now when i do a SetWindowText to it the text is there it just doesn't show up. you have to select the text just so that you can see the text. If anyone has...
  3. PolarFreeze

    Coloring Common Controls Like CEdit, CStatic in a SDI or MDI

    I am putting controls like CEdit and CStatic in a SDI and i am wanting to change the background color of the control. I am able to do it in a dialog through the WM_OnCtlColor message but the document view doesn't seam to handle it. Any help is be very welcomed.

Part and Inventory Search

Back
Top