RohanG
January 25th, 2006, 02:55 AM
::DrawText(pdc->GetSafeHdc(), cstrTest.GetBuffer(20), 17, CRect(CPoint(10,
10), CSize(100, 500)), DT_EDITCONTROL);
This code compiles, but it draws the text in only one line. It is not
multilined. Is there any attributes missing for this call?
10), CSize(100, 500)), DT_EDITCONTROL);
This code compiles, but it draws the text in only one line. It is not
multilined. Is there any attributes missing for this call?