openfilename ofn;
tchar
szopenfilenames[80*max_path];
tchar
szpath[max_path];
tchar
szfilename[80*max_path];
tchar
* p;
intnlen = 0;
zeromemory( &ofn, sizeof
(ofn) );
ofn.flags = ofn_explorer | ofn_allowmultiselect;
ofn.lstructsize = sizeof
(ofn);
ofn.lpstrfile = szopenfilenames;
ofn.nmaxfile = sizeof
(szopenfilenames);
ofn.lpstrfile[0] = '/0'
; ofn.lpstrfilter = text("all files(*.*)/0*.*/0"
);
if( getopenfilename( &ofn ) )
p = szopenfilenames + ofn.nfileoffset; //把指標移到第乙個檔案
zeromemory(szfilename, sizeof
(szfilename));
while
( *p )
messagebox(null, szfilename, text("multiselect"
), mb_ok);
}
獲取控制代碼獲取指標
1.獲取應用程式指標 2.獲取主框架指標 或者cmainframe pmainframe cmainframe afxgetmainwnd 3.獲取選單指標 cmenu pmenu afxgetmainwnd getmenu 4.獲取工具欄狀態列指標 1 主框架中可以直接使用m wnd m wnds...
獲取元素,獲取節點詳解
描述家庭族譜圖,只要我們獲得乙個元素,就可以通過很多的屬性或者方法找到頁面中的任何乙個元素 一 獲取元素的常用的8個方法 1 document.getelementbyid 1 id重複了,只獲取第乙個 2.ie6 7下不區分id大小寫 3.ie6 7下把表單元素name當作id使用 4.內嵌式引入...
tp5 1 獲取引數 獲取傳值 獲取url
方法都在 獲取引數方式一 class test 獲取引數方式二 構造方法注入 use think request class test 獲取引數方式三 構造方法注入 use think controller class test extends controller 獲取引數方式四 助手函式 use...