1樓:du瓶邪
一。首先新建一個single或者對話方塊型別的mfc.exe工種。
二。插入一個dialog,然後新建一個類cdlglist,可以利用這個控制元件顯示專案,也可實現多選,得到選項總數等.其源程式如下:
// dlglist.cpp : implementation file
//#include "stdafx.h"
#include "testvc.h"
#include "dlglist.h"
#ifdef _debug
#define new debug_new
#undef this_file
static char this_file = __file__;
#endif
// cdlglist dialog
cdlglist::cdlglist(cwnd* pparent /*=null*/)
: cdialog(cdlglist::idd, pparent)
}afx_data_init
}void cdlglist::dodataexchange(cdataexchange* pdx)
}afx_data_map
}begin_message_map(cdlglist, cdialog)
//}afx_msg_map
end_message_map()
// cdlglist message handlers
void cdlglist::onaddstring()
int cdlglist::domodal()
void cdlglist::ondel()
void cdlglist::onclear()
afxmessagebox(strmess);}
2樓:
deletestring(),刪除指定索引的字串.你先獲得你要刪除字串的索引.
mfc如何修改listbox中的內容
3樓:莊依春
/ 採用owner draw的listbox,派生類後重寫drawitem,修改引數結構就可以了。
mfc如何修改listbox中的內容?
mfc中怎樣將檔案中的內容顯示在listbox中
4樓:匿名使用者
你可以查閱msdn裡邊clistbox類,裡面有個成員函式 clistbox::addstring(...); 就是新增一行資料的.
5樓:謝應宸
用addstring方法
MFC中怎麼讓函式中的資料在Edit Box中顯示
setwindowtext mfc怎麼在編輯訊息響應函式中讓編輯框中顯示資料 一般編輯框 baiedit需要在 du前加上updatedata true 在 後加上updatedata false 因為編輯框每zhi次輸dao入的數都不一樣的,需要在內每做一容次操作時更新一次。只要記住編輯框都需要用...
MFC中的CPaintDC是什麼意思
dc device context,中文也叫裝置上下文,通俗的理解叫視窗顯示描述裝置也行 cdc mfc中封裝了作業系統視窗輸出底層api的封裝類,如cdc的派生類cclientdc,用於視窗客戶區域的輸出。hdc vc 開發環境中的dc控制代碼型別,32位元的無符號整數型別,用來標識dc裝置的控制...
中的頁首怎麼也刪不掉,無論怎麼刪都有一條橫線在頂上,到底怎麼辦啊
把文字內容複製貼上到一個新的文件中試一試。 見http hi.baidu.com d 5fzzn0470 blog item 04d0fb125af40b59f919b8c5.html第三部分 明媚楠生 除了上面的傳統方法,我曾經遇到過一條怎麼也刪不掉的下劃線,弄了一個小時也沒成功,各種方法都試了,...