1. 程式人生 > >duilib修改對話方塊在工作列的標題

duilib修改對話方塊在工作列的標題

int APIENTRY _tWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine, int nCmdShow)
{
    CPaintManagerUI::SetInstance(hInstance);
    CPaintManagerUI::SetResourcePath(CPaintManagerUI::GetInstancePath());   // 設定資源的預設路徑(此處設定為和exe在同一目錄)

    CDuiFrameWnd duiFrame;
    duiFrame.Create(NULL, _T("DUIWnd
"), UI_WNDSTYLE_FRAME, WS_EX_WINDOWEDGE); duiFrame.CenterWindow(); duiFrame.ShowModal(); return 0; }

 如上程式碼:

 修改紅色的地方就可以