VC++学习

 一些函数:

GetDlgItem(int nID):获取对话框上控件的句柄。

ShowWindow(int nCmdShow ):设置控件的显示、隐藏。

GetDlgItemText( int nID, CString& rString ):获取控件上的文本并存储在字符串对象中。

CFileDialog( BOOL bOpenFileDialog, LPCTSTR lpszDefExt = NULL, LPCTSTR lpszFileName = NULL, DWORD dwFlags = OFN_HIDEREADONLY | OFN_OVERWRITEPROMPT, LPCTSTR lpszFilter = NULL, CWnd* pParentWnd = NULL );创建打开、另存为对话框。

成员函数:

DoModalDisplays the dialog box and allows the user to make a selection.
GetPathNameReturns the full path of the selected file.
GetFileNameReturns the filename of the selected file.
GetFileExtReturns the file extension of the selected file.
GetFileTitleReturns the title of the selected file.
GetNextPathNameReturns the full path of the next selected file.
GetReadOnlyPrefReturns the read-only status of the selected file.
GetStartPositionReturns the position of the first element of the filename list.

如:CFileDialog dlg(TRUE,"avi","*.avi",OFN_HIDEREADONLY | OFN_OVERWRITEPROMPT,
  "avi文件(*.avi)|*.avi|*.mp3|*.rmvb|| ");

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值