大肉大捧一进一出视频来了,肉嫁高柳1~4动漫在线观看,四虎影院176,波多野42部无码喷潮

創建文件對話框可以使用DoModal(),在返回后可以利用下面的函數得到用戶選擇:

CString CFileDialog::GetPathName( ) 得到完整的文件名,包括目錄名和擴展名如:c:\ test\ test1.txt

CString CFileDialog::GetFileName( ) 得到完整的文件名,包括擴展名如:test1.txt

CString CFileDialog::GetFileExt( ) 得到完整的文件擴展名,如:txt

CString CFileDialog::GetFileTitle ( ) 得到完整的文件名,不包括目錄名和擴展名如:test1

POSITION CFileDialog::GetStartPosition( ) 對于選擇了多個文件的情況得到第一個文件位置。

CString CFileDialog::GetNextPathName( POSITION& pos ) 對于選擇了多個文件的情況得到下一個文件位置,并同時返回當前文件名。但必須已經調用過POSITION CFileDialog::GetStartPosition( )來得到最初的POSITION變量。

例如

{

CString

FilePathName;

CFileDialog dlg(TRUE);///TRUE為OPEN對話框,FALSE為SAVE AS對話框

if(dlg.DoModal()==IDOK)

FilePathName=dlg.GetPathName();

}

相關信息:CFileDialog 用于取文件名的幾個成員函數:

假如選擇的文件是C:WINDOWSTEST.EXE

則:

(1)GetPathName();取文件名全稱,包括完整路徑。取回C:\WINDOWS\TEST.EXE

(2)GetFileName();取文件全名:TEST.EXE

(3)GetFileTitle();取回TEST

(4)GetFileExt();取擴展名EXE

補充: 在控制臺下使用這個類需要設置在靜態庫中使用MFC,然后構造 AfxSetResourceHandle(GetModuleHandle(NULL));

相關頭文件 #include <Afxdlgs.h>

cfiledialog造價信息

市場價 信息價 詢價
材料名稱 規格/型號 市場價
(除稅)
工程建議價
(除稅)
行情 品牌 單位 稅率 供應商 報價日期
函數信號源 HP 8116A 頻率 1 mHz to 50 MHz(MHz) 查看價格 查看價格

惠普

13% 北京市北方思源電子技術中心
函數發生器 mx-9000 測量范圍 2M(Hz) 查看價格 查看價格

惠普

13% 北京市北方思源電子技術中心
任意波形函數信號發生器 規格:采樣率125MS/s、模擬寬度25MHz;型號:AFG1022;品種:函數/任意波發生器 查看價格 查看價格

Tektronix/泰克

13% 上海順測電子有限公司
任意波形函數信號發生器 品種:函數/任意波發生器;型號:AFG2021;規格:采樣率250MS/s、輸出頻率20MHz 查看價格 查看價格

Tektronix/泰克

13% 寧波協創計量儀器有限公司
任意波形函數信號發生器 規格:采樣率125MS/s、模擬寬度25MHz;型號:AFG1022;品種:函數/任意波發生器 查看價格 查看價格

Tektronix/泰克

13% 寧波協創計量儀器有限公司
函數信號發生器 品種:函數信號發生器;型號:VC2002;規格:0.2Hz-2MHz頻率范圍 查看價格 查看價格

勝利

13% 沈陽天水長城電力科技有限公司
任意波形函數信號發生器 品種:函數/任意波發生器;型號:AFG1062;規格:采樣率300MS/s、模擬寬度60MHz 查看價格 查看價格

Tektronix/泰克

13% 寧波協創計量儀器有限公司
多功能函數信號發生器 GFG813 頻率 0.1Hz to 13MHz(MHz) 查看價格 查看價格

固緯

13% 北京市北方思源電子技術中心
材料名稱 規格/型號 除稅
信息價
含稅
信息價
行情 品牌 單位 稅率 地區/時間
暫無數據
材料名稱 規格/需求量 報價數 最新報價
(元)
供應商 報價地區 最新報價時間
班子成員相片 詳見附件|10個 1 查看價格 廣州冠慶廣告有限公司 廣東   2019-08-22
函數發生器 mx-9000 測量范圍 2M(Hz)|1500臺 1 查看價格 北京市北方思源電子技術中心 北京  北京市 2015-06-14
函數信號源 HP 8116A 頻率 1 mHz to 50 MHz(MHz)|8584臺 1 查看價格 北京市北方思源電子技術中心 北京  北京市 2015-05-13
函數信號發生器 HP3325B 外形尺寸 133.4 x 425.5 x 498.5(mm)|5803臺 1 查看價格 北京市北方思源電子技術中心 北京  北京市 2015-08-10
函數發生器 APG1000|1臺 1 查看價格 深圳市中如電子有限公司 全國   2020-09-29
函數發生器 技術參數:1.通道:12.波形:正弦波,方波,脈沖,鋸齒波,三角波,Sin(X)/X,指數上升和衰落,高斯,洛倫茲,半正弦,DC,噪聲3.★記錄長度:128k點4.★采樣率:2-128K:250MS|2臺 1 查看價格 泰克科技(中國)有限公司 全國   2018-05-10
函數任意波發生器 AFG320 外形尺寸 411x214x99mm(mm)頻率 16(MHz)|3476臺 1 查看價格 北京市北方思源電子技術中心 北京  北京市 2015-07-07
函數信號發生器(2M) 詳見清單|20臺 1 查看價格 廣州市奧佩克實驗室設備有限公司 廣東  河源市 2017-07-26

CFileDialog構造一個CFileDialog對象操作

DoModal顯示對話框并使用戶可以進行選擇

GetPathName返回選定文件的完整路徑

GetFileName返回選定文件的文件名

GetFileExt返回選定文件的擴展文件名

GetFileTitle返回選定文件的標題

GetNextPathName返回下一個選定文件的完整路徑

GetReadOnlyPref返回選定文件的只讀狀態

GetStartPosition返回文件名列表的第一個元素位置

可覆蓋的函數

OnShareViolation發生共享沖突時調用

OnFileNameOK確認鍵入對話框中的文件名

OnLBSelChangedNotify當列表框選擇改變時調用

OnInitDone處理WM_NOTIFY CDN_INITDONE消息

OnFileNameChange處理WM_NOTIFY CDN_SELCHANGE消息

OnFolderChange處理WM_NOTIFY CDN_FOLDERCHANGE消息

OnTypeChange處理WM_NOTIFY CDN_TYPECHANGE消息

文件選擇對話框的使用:首先構造一個對象并提供相應的參數,構造函數原型如下:

CFileDialog::CFileDialog( BOOL bOpenFileDialog, LPCTSTR lpszDefExt = NULL, LPCTSTR lpszFileName = NULL, DWORD dwFlags = OFN_HIDEREADONLY | OFN_OVERWRITEPROMPT, LPCTSTR lpszFilter = NULL, CWnd* pParentWnd = NULL );

參數意義如下:

bOpenFileDialog 為TRUE則顯示打開對話框,為FALSE則顯示保存對話文件對話框。

lpszDefExt 指定默認的文件擴展名。

lpszFileName 指定默認的文件名。

dwFlags 指明一些特定風格。

lpszFilter 是最重要的一個參數,它指明可供選擇的文件類型和相應的擴展名。參數格式如:

"Chart Files (*.xlc)|*.xlc|Worksheet Files (*.xls)|*.xls|Data Files (*.xlc;*.xls)|*.xlc; *.xls|All Files (*.*)|*.*||";文件類型說明和擴展名間用 | 分隔,同種類型文件的擴展名間可以用 ; 分割,每種文件類型間用 | 分隔,末尾用 || 指明。

pParentWnd 為父窗口指針。

m_ofn Windows OPENFILENAME結構,提供對基本文件對話框參數的訪問

cfiledialog成員函數常見問題

  • ceil函數

    其實是有計算公式的 把光標點到根數的框格里 就能夠顯示ceil公式 其設置想來你是知道的 在前面的工程設置的計算設置里面 有向上取整+1 或是向下取整+1 或者四舍五入 等等 其中向上取整 向下取整 ...

  • SJ成員和資料

    你好,友情提示。。。那個組合叫JS!兄妹組合呢,臺灣全創作才華兄妹組合 :::陳綺萱:::妹妹 英文名字:Sophia Chen Sophia ?Sophia 生 日:1980年7月26日 籍 貫:遼...

  • excel函數

    根據表格判斷不是用VLOOKUP,表中H8的數據是做什么用的,是計算得來的,還是手動輸入,應該用IF函數。

CObject

└CCmdTarget

└CWnd

└CDialog

└CCommonDialog

└CFileDialog

可以用構造函數提供的方式使用CFileDialog,也可以從CFileDialog派生出自己的對話類并編寫一個構造函數來適應你的需要。每種情況下,對話框都與標準MFC對話框一樣工作。因為它們都是CCommonDialog類的派生類。

要使用CFileDialog,先用CFileDialog構造函數構造一個對象,當創建了一個對話框后,可以設置或修改m_ofn結構中的任何值,以初始化對話框控件的值或狀態。m_ofn結構是OPENFILENAME類型的。要了解更多信息,可參閱聯機文檔"Win32 SDK"中的OPENFILENAME結構。

初始化對話框控件后,調用DoModal成員函數顯示對話框并使用戶輸入路徑和文件。DoModal返回不論是用戶選擇了OK(IDOK)還是取消(IDCANCEL)按鈕。

當DoModal返回IDOK,可以使用某一個CFileDIalog的公共成員函數獲取用戶輸入的信息。

CFileDIalog包含許多保護成員,使你可以處理常用的共享沖突、文件名合法性檢查、列表框改變通知。這些保護成員對許多應用來說用處不大,因為缺省處理是自動的。對這些函數來說,消息映射入口是不必要的,因為它們是標準虛函數。

可以使用Windows CommDlgExtendError函數判斷在初始化對話框時是否是發生了錯誤,并獲取關于錯誤的更多信息。

析構一個CFileDialog對象是自動,無須調用CDialog::EndDialog。

要使用戶選用多個文件,可在調用DoModal之前設置OFN_ALLOWMULTISELECT標志。你應提供文件名緩沖區來放置返回的多個文件名的列表,這通過用一個分配了的緩沖區指針替換m_ofn.lpstrFile來實現,要在創建了CFileDialog之后調用DoModal之前進行此操作。另外,必須用m_ofn.lpstrFile指向的緩沖區字節數來設置m_ofn.nMaxFile。

CFileDialog依賴于Windows3.1及以后版本中的COMMDLG.DLL。

如果從CFileDialog中派生出一個新類,可用消息映射處理。要擴展消息處理,從CWnd中派生一個類,向新類中加入一個消息映射并為新消息提供成員函數,無須提供一個鉤子函數來定制對話框。

要定制對話框,從CFileDialog中派生一個對象,提供一個定制對話模板,從擴展控件中加入一個消息映射,處理通知消息。任意未處理的消息將傳遞給基類。

無須定制鉤子函數。

#include <afxdlgs.h>

CFileDialog類的成員

bOpenFileDialog

TRUE則顯示打開文件對話框,FALSE則顯示保存文件對話框。

lpszDefExt

指定默認的文件擴展名。

lpszFileName

指定默認的文件名。

dwFlags

指明一些特定風格。

lpszFilter

是最重要的一個參數,它指明可供選擇的文件類型和相應的擴展名。

pParentWnd

為父窗口指針。

(

BOOL bOpenFileDialog,

LPCTSTR lpszDefExt = NULL,

LPCTSTR lpszFileName = NULL,

DWORD dwFlags = OFN_HIDEREADONLY |OFN_OVERWRITEPROMPT,

LPCTSTR lpszFilter = NULL,

CWnd* pParentWnd = NULL

);

例:

int main()

{

AfxSetResourceHandle(GetModuleHandle(NULL));

CFileDialog filedlg(TRUE);

if(IDOK==filedlg.DoModal())

{

...

}

return 0;

}

dwFlags

Flags

A set of bit flags you can use to initialize the dialog box. When the dialog box returns, it sets these flags to indicate the user's input. This member can be a combination of the following flags.

OFN_ALLOWMULTISELECT

Specifies that the File Name list box allows multiple selections. If you also set the OFN_EXPLORER flag, the dialog box uses the Explorer-style user interface; otherwise, it uses the old-style user interface.

If the user selects more than one file, the lpstrFile buffer returns the path to the current directory followed by the file names of the selected files. The nFileOffset member is the offset, in bytes or characters, to the first file name, and the nFileExtension member is not used. For Explorer-style dialog boxes, the directory and file name strings are NULL separated, with an extra NULL character after the last file name. This format enables the Explorer-style dialog boxes to return long file names that include spaces. For old-style dialog boxes, the directory and file name strings are separated by spaces and the function uses short file names for file names with spaces. You can use the FindFirstFile function to convert between long and short file names.

If you specify a custom template for an old-style dialog box, the definition of the File Name list box must contain the LBS_EXTENDEDSEL value.

OFN_CREATEPROMPT

If the user specifies a file that does not exist, this flag causes the dialog box to prompt the user for permission to create the file. If the user chooses to create the file, the dialog box closes and the function returns the specified name; otherwise, the dialog box remains open. If you use this flag with the OFN_ALLOWMULTISELECT flag, the dialog box allows the user to specify only one nonexistent file.

OFN_DONTADDTORECENT

Windows 2000/XP: Prevents the system from adding a link to the selected file in the file system directory that contains the user's most recently used documents. To retrieve the location of this directory, call the SHGetSpecialFolderLocation function with the CSIDL_RECENT flag.

OFN_ENABLEHOOK

Enables the hook function specified in the lpfnHook member.

OFN_ENABLEINCLUDENOTIFY

Windows 2000/XP: Causes the dialog box to send CDN_INCLUDEITEM notification messages to your OFNHookProc hook procedure when the user opens a folder. The dialog box sends a notification for each item in the newly opened folder. These messages enable you to control which items the dialog box displays in the folder's item list.

OFN_ENABLESIZING

Windows 2000/XP, Windows 98/Me: Enables the Explorer-style dialog box to be resized using either the mouse or the keyboard. By default, the Explorer-style Open and Save As dialog boxes allow the dialog box to be resized regardless of whether this flag is set. This flag is necessary only if you provide a hook procedure or custom template. The old-style dialog box does not permit resizing.

OFN_ENABLETEMPLATE

Indicates that the lpTemplateName member is a pointer to the name of a dialog template resource in the module identified by the hInstance member. If the OFN_EXPLORER flag is set, the system uses the specified template to create a dialog box that is a child of the default Explorer-style dialog box. If the OFN_EXPLORER flag is not set, the system uses the template to create an old-style dialog box that replaces the default dialog box.

OFN_ENABLETEMPLATEHANDLE

Indicates that the hInstance member identifies a data block that contains a preloaded dialog box template. The system ignores lpTemplateName if this flag is specified. If the OFN_EXPLORER flag is set, the system uses the specified template to create a dialog box that is a child of the default Explorer-style dialog box. If the OFN_EXPLORER flag is not set, the system uses the template to create an old-style dialog box that replaces the default dialog box.

OFN_EXPLORER

Indicates that any customizations made to the Open or Save As dialog box use the new Explorer-style customization methods. For more information, see Explorer-Style Hook Procedures and Explorer-Style Custom Templates.

By default, the Open and Save As dialog boxes use the Explorer-style user interface regardless of whether this flag is set. This flag is necessary only if you provide a hook procedure or custom template, or set the OFN_ALLOWMULTISELECT flag.

If you want the old-style user interface, omit the OFN_EXPLORER flag and provide a replacement old-style template or hook procedure. If you want the old style but do not need a custom template or hook procedure, simply provide a hook procedure that always returns FALSE.

OFN_EXTENSIONDIFFERENT

Specifies that the user typed a file name extension that differs from the extension specified by lpstrDefExt. The function does not use this flag if lpstrDefExt is NULL.

OFN_FILEMUSTEXIST

Specifies that the user can type only names of existing files in the File Name entry field. If this flag is specified and the user enters an invalid name, the dialog box procedure displays a warning in a message box. If this flag is specified, the OFN_PATHMUSTEXIST flag is also used. This flag can be used in an Open dialog box. It cannot be used with a Save As dialog box.

OFN_FORCESHOWHIDDEN

Windows 2000/XP: Forces the showing of system and hidden files, thus overriding the user setting to show or not show hidden files. However, a file that is marked both system and hidden is not shown.

OFN_HIDEREADONLY

Hides the Read Only check box.

OFN_LONGNAMES

For old-style dialog boxes, this flag causes the dialog box to use long file names. If this flag is not specified, or if the OFN_ALLOWMULTISELECT flag is also set, old-style dialog boxes use short file names (8.3 format) for file names with spaces. Explorer-style dialog boxes ignore this flag and always display long file names.

OFN_NOCHANGEDIR

Restores the current directory to its original value if the user changed the directory while searching for files.

Windows NT 4.0/2000/XP: This flag is ineffective for GetOpenFileName.

OFN_NODEREFERENCELINKS

Directs the dialog box to return the path and file name of the selected shortcut (.LNK) file. If this value is not specified, the dialog box returns the path and file name of the file referenced by the shortcut.

OFN_NOLONGNAMES

For old-style dialog boxes, this flag causes the dialog box to use short file names (8.3 format). Explorer-style dialog boxes ignore this flag and always display long file names.

OFN_NONETWORKBUTTON

Hides and disables the Network button.

OFN_NOREADONLYRETURN

Specifies that the returned file does not have the Read Only check box selected and is not in a write-protected directory.

OFN_NOTESTFILECREATE

Specifies that the file is not created before the dialog box is closed. This flag should be specified if the application saves the file on a create-nonmodify network share. When an application specifies this flag, the library does not check for write protection, a full disk, an open drive door, or network protection. Applications using this flag must perform file operations carefully, because a file cannot be reopened once it is closed.

OFN_NOVALIDATE

Specifies that the common dialog boxes allow invalid characters in the returned file name. Typically, the calling application uses a hook procedure that checks the file name by using the FILEOKSTRING message. If the text box in the edit control is empty or contains nothing but spaces, the lists of files and directories are updated. If the text box in the edit control contains anything else, nFileOffset and nFileExtension are set to values generated by parsing the text. No default extension is added to the text, nor is text copied to the buffer specified by lpstrFileTitle. If the value specified by nFileOffset is less than zero, the file name is invalid. Otherwise, the file name is valid, and nFileExtension and nFileOffset can be used as if the OFN_NOVALIDATE flag had not been specified.

OFN_OVERWRITEPROMPT

Causes the Save As dialog box to generate a message box if the selected file already exists. The user must confirm whether to overwrite the file.

OFN_PATHMUSTEXIST

Specifies that the user can type only valid paths and file names. If this flag is used and the user types an invalid path and file name in the File Name entry field, the dialog box function displays a warning in a message box.

OFN_READONLY

Causes the Read Only check box to be selected initially when the dialog box is created. This flag indicates the state of the Read Only check box when the dialog box is closed.

OFN_SHAREAWARE

Specifies that if a call to the OpenFile function fails because of a network sharing violation, the error is ignored and the dialog box returns the selected file name. If this flag is not set, the dialog box notifies your hook procedure when a network sharing violation occurs for the file name specified by the user. If you set the OFN_EXPLORER flag, the dialog box sends the CDN_SHAREVIOLATION message to the hook procedure. If you do not set OFN_EXPLORER, the dialog box sends the SHAREVISTRING registered message to the hook procedure.

OFN_SHOWHELP

Causes the dialog box to display the Help button. The hwndOwner member must specify the window to receive the HELPMSGSTRING registered messages that the dialog box sends when the user clicks the Help button. An Explorer-style dialog box sends a CDN_HELP notification message to your hook procedure when the user clicks the Help button.

OFN_USESHELLITEM

Do not use.

cfiledialog成員函數文獻

貝朗Dialog+單泵血透機維修三例 貝朗Dialog+單泵血透機維修三例

格式:pdf

大小:89KB

頁數: 2頁

評分: 4.8

本文對貝朗Dialog+單泵血透機幾例故障都利用報警信息進行檢查維修進行了介紹,大大地提高了維修工作效率,體現了醫學工程人員價值。

立即下載
DIALOG贏得JABRA設計擴大其在無線音頻領域中的成功 DIALOG贏得JABRA設計擴大其在無線音頻領域中的成功

格式:pdf

大?。?span id="l9cvek4" class="single-tag-height">89KB

頁數: 1頁

評分: 4.3

Dialog半導體有限公司日前宣布:Jabra公司已經采用該公司的短距離無線音頻芯片,用以開發其Jabra PRO^TM9450 Flex JP耳機,該耳機可連接到辦公室電話和采用諸如Skype或Microsoft Lync等VoIP網絡電話軟件的電腦上。

立即下載
cfiledialog相關推薦
  • 相關百科
  • 相關知識
  • 相關專欄
主站蜘蛛池模板: 鄢陵县| 新巴尔虎左旗| 琼结县| 铜川市| 渑池县| 凤台县| 靖江市| 泾阳县| 丰原市| 佛坪县| 克什克腾旗| 镇江市| 赣州市| 平遥县| 太康县| 寿阳县| 许昌县| 南阳市| 冷水江市| 同德县| 友谊县| 从化市| 乐业县| 山阳县| 唐山市| 大石桥市| 资溪县| 武鸣县| 新龙县| 黑水县| 洛宁县| 洪江市| 汉源县| 美姑县| 沂源县| 永年县| 正蓝旗| 新疆| 子长县| 龙陵县| 沙洋县|