long Style = GetWindowLong(m_1.m_hWnd,GWL_STYLE);
    Style |= ES_NUMBER;
    SetWindowLong(m_1.m_hWnd,GWL_STYLE,Style);

相关文章: