wince EVC 簡單的圖片瀏覽功能,自已隨意擴展
支持 *.bmp *.jpg *.gif *.png 等等
// TODO: Add your control notification handler code here
CString defFilter("選中其中一個文件|*.bmp *.jpg *.gif *.png")
CFileDialog dlg(TRUE,NULL,NULL,OFN_ALLOWMULTISELECT,defFilter)
if(dlg.DoModal()==IDOK){
pathname=dlg.Getpathname()
}
標簽:
notification
control
wince
TODO
上傳時間:
2016-09-22
上傳用戶:gut1234567