以下の内容はhttps://blog.systemjp.net/entry/2022/03/16/095523より取得しました。


MFCでDoEvent

void DoEvents()
{
    MSG msg;
    while(::PeekMessage(&msg, NULL, NULL, NULL, PM_NOREMOVE))
    {
        if (!AfxGetApp()->PumpMessage())
        return;
    }
}



以上の内容はhttps://blog.systemjp.net/entry/2022/03/16/095523より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14