如何在MFC Windows应用程序中插入Browser控件?
我想创建一个简单的Windows窗体,它只包含编辑控件(文本框),静态编辑(标签),按钮(浏览名称)..这里我无法在我的窗体中实现浏览器控件(以获取文件路径)...我正在使用以下路径创建表单.. Visual Studio2008->新项目->VisualC++->MFC->MFC应用程序(在模板下)...请帮助我找到要添加到我的表单中的浏览器控件..提前致谢。
我试图在我的 Windows 窗体中插入一个浏览按钮..我通过以下方式制作窗体:Visual Studio->NewProject->Visual C++->MFC->MFc Application .. 我尝试插入浏览按钮,所以我通过在空对话框中右键单击插入并选择添加 activex 控件,现在创建了 ATL COMPOSITE CONTROL ...这样我就可以使用浏览按钮运行我的表单...我如何访问另一个事件中的路径...
i want create one simple windows form ,it just contain Editcontrol(textbox),Static Edit(label),Button (Name of Browse)..here i cannot implement browser control(to obtain filepath) in my form...i am using the the below path to create form..
visual studio2008->newproject->visualc++->MFC->MFC Application(under templates)...please help me to find browser control to be add with my form..thanks in advance.
i trying to insert a browse button in my windows form ..i make the form through :visual studio->newproject->visual c++->MFC->MFc Application ..
i tried ,to insert browse button ,so i insert through right click in empty dialog box and select Add activex control ,now ATL COMPOSITE CONTROL is created ...so i can run my form with browse button...how can i access the path in another event...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
右键单击对话框(待办事项),选择插入 ActiveX 控件->选择文件类...现在我们可以在表单中访问浏览器控件...
right click on dialog box(To-Do) ,select Insert ActiveX control->SelectFileClass...now we can access browser control in Form...