我需要一个点对点MFC的传图片的程序,不知道怎么做呀!帮帮忙

知道要用CFileDailog,但还是做不来浏览这个运作!... 知道要用CFileDailog,但还是做不来浏览这个运作! 展开
 我来答
vbnm1233456
2009-06-05 · TA获得超过139个赞
知道答主
回答量:238
采纳率:0%
帮助的人:78.2万
展开全部

不用这么麻烦,在Active X 控件上,找一个 Microsoft statusbar control version5.0   或6.0 都行,选右击最后一个东西,在panels把图片的值改大些,点browser添加图片,只能使用位图,即bmp格式的,做出别忘给我加分哦!!!!

gift925
2009-06-01 · TA获得超过557个赞
知道小有建树答主
回答量:659
采纳率:0%
帮助的人:507万
展开全部
CFileDialog( BOOL bOpenFileDialog, LPCTSTR lpszDefExt = NULL, LPCTSTR lpszFileName = NULL, DWORD dwFlags = OFN_HIDEREADONLY | OFN_OVERWRITEPROMPT, LPCTSTR lpszFilter = NULL, CWnd* pParentWnd = NULL );

Parameters

bOpenFileDialog

Set to TRUE to construct a File Open dialog box or FALSE to construct a File Save As dialog box.//true是打开文件对话框。false是保存对话框。

lpszDefExt

The default filename extension. If the user does not include an extension in the Filename edit box, the extension specified by lpszDefExt is automatically appended to the filename. If this parameter is NULL, no file extension is appended.//文件名的默认后缀。

lpszFileName

The initial filename that appears in the filename edit box. If NULL, no filename initially appears.//默认选择的文件。没有的话,就设空。

dwFlags

A combination of one or more flags that allow you to customize the dialog box. For a description of these flags, see theOPENFILENAME structure in the Win32 SDK documentation. If you modify the m_ofn.Flags structure member, use a bitwise-OR operator in your changes to keep the default behavior intact.//标记。具体查阅MSDN

lpszFilter

A series of string pairs that specify filters you can apply to the file. If you specify file filters, only selected files will appear in the Files list box. See the Remarks section for more information on how to work with file filters.//过滤字串。就是设定文件类型用的。比如说你要打开图片。那么你可以设定.bmp,.jpg。当然格式还是要查一下。MSDN上有例子。

pParentWnd

A pointer to the file dialog-box object’s parent or owner window.//父窗口。

用户点确定之后,你可以用这个cfiledialog的对象的成员函数getfilename来获取用户选择的图片的路径。就是相当于知道要传哪个文件了。传送的部分是网络通信的问题了。不知道你有没研究过。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式