|
RichEdit1->SelAttributes->Color = clRed;
RichEdit1->Lines->Add("< smspider > ");
RichEdit1->SelAttributes->Color = clBlue;
RichEdit1->Lines->Add("안녕하세요");
저는 이렇게 하면
< smspider > 안녕하세요 라고 출력될줄 알았는데
< smspider >
안녕하세요 라고 출력이 되더라구요
어떻게하면
< smspider >와 "안녕하세요"를 같은줄에 출력할수 있나요? ㅠㅠ
|