~excel 是筆者認為 20 世紀以來,人類最偉大的發明之一。~
這句話我說了不下二十次,似乎一直沒人讚同;
edisonx 發表在 痞客邦 留言(0) 人氣(6,928)
1. CButton圖片
(1) CButton
CButton mbutton;
mbutton.ModifyStyle(0, BS_BITMAP);
edisonx 發表在 痞客邦 留言(0) 人氣(1,072)
1. InitInstance()
m_pMainWnd-> DragAcceptFiles();
2. header
afx_msg void OnDropFiles(HDROP hDropInfo);
edisonx 發表在 痞客邦 留言(0) 人氣(704)
1. :: GetCommandLine(); // 完整參數
2. for(int i=0; i<__argc; i++) __argv[i];
3. AfxGetApp() -> m_lpCmdLine; // 去除程式名
edisonx 發表在 痞客邦 留言(0) 人氣(806)