User Activity

  • Modified a comment on discussion Help on Win32++

    CEdit in CWnd, not dailog, the _T("\r\n") is not OK

  • Modified a comment on discussion Help on Win32++

    the initfunction in my class : public CWnd's OnCreate

  • Modified a comment on discussion Help on Win32++

    my class : public CWnd { ... CEdit edit; } and void OnCreate(CREATESTRUCT& cs){ edit.Create(*this); edit.SetStyle(WS_VISIBLE | ES_AUTOHSCROLL | ES_MULTILINE | ES_WANTRETURN); edit.SetReadOnly(); edit.MoveWindow(6, 2, 289, 20); edit.SetWindowText(_T("111")); edit.AppendText(_T("\r\n")); //==>> edit.AppendText(_T("222"));// But the Dailog's edit show me " 111 || 222", and copy the text to notepad and show me "111 222 ", the CEdit in class CWnd not support CRLF??

  • Modified a comment on discussion Help on Win32++

    my class : public CWnd { ... CEdit edit; } and init function()-> edit.Create(*this); edit.SetStyle(WS_VISIBLE | ES_AUTOHSCROLL | ES_MULTILINE | ES_WANTRETURN); edit.SetReadOnly(); edit.MoveWindow(6, 2, 289, 20); edit.SetWindowText(_T("111")); edit.AppendText(_T("\r\n")); //==>> edit.AppendText(_T("222"));// But the Dailog's edit show me " 111 || 222", and copy the text to notepad and show me "111 222 ", the CEdit in class CWnd not support CRLF??

  • Posted a comment on discussion Help on Win32++

    [edit.AppendText(_T("\r\n"))], test failure .*

  • Modified a comment on discussion Help on Win32++

    my class{ ... CEdit edit; } and init function()-> edit.Create(*this); edit.SetStyle(WS_VISIBLE | ES_AUTOHSCROLL | ES_MULTILINE | ES_WANTRETURN); edit.SetReadOnly(); edit.MoveWindow(6, 2, 289, 20); edit.SetWindowText(_T("111")); edit.AppendText(_T("\r\n")); //==>> edit.AppendText(_T("222"));// But the Dailog's edit show me " 111 || 222", and copy the text to notepad and show me "111 222 ", the CEdit not support CRLF??

  • Posted a comment on discussion Help on Win32++

    my class{ ... CEdit edit; } and init function()-> edit.Create(*this); edit.SetStyle(WS_VISIBLE | ES_AUTOHSCROLL | ES_MULTILINE | ES_WANTRETURN); edit.SetReadOnly(); edit.MoveWindow(6, 2, 289, 20); edit.SetWindowText(_T("123")); edit.AppendText("\r\n"); edit.AppendText(_T("444"));// But the Dailog's edit show me " 123 || 444", the "\r\n" is not OK? why?

  • Posted a comment on discussion Open Discussion on libZPlay

    FLAC 48KHZ 24BIT not support ? the decoder should be update.

View All

Personal Data

Username:
soncfe
Joined:
2019-04-06 14:05:03

Projects

  • No projects to display.

Personal Tools