Skip to content

asha

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #191117
    asha
    Member

    because the last argument is
    nCount = Specifies the number of bytes in the string

    void CMainWnd::OnTimeSettings()//is a menu item
    {
    CColorDialog colorDlg;
    if (colorDlg.DoModal() == IDOK)
    {
    m_crColor = colorDlg.GetColor();
    hWndDC->SetTextColor(m_crColor);
    
    }
    }

     

    why is this not working ? what should i do ?

Viewing 1 post (of 1 total)