VC文本编程

请问如何在自定义类中获得View类中文本框的内容。我用char*str;CMainFrame*pMain=(CMainFrame*)AfxGetApp()->m_pMai... 请问如何在自定义类中获得View类中文本框的内容。
我用
char *str;
CMainFrame *pMain=(CMainFrame *)AfxGetApp()->m_pMainWnd;
CFileSelectView *pView=(CFileSelectView *)pMain->GetActiveView();
pView->GetDlgItemText(IDC_EDIT1,str);
为什么报错呢?
我加载了头文件。
--------------------Configuration: FileSelect - Win32 Debug--------------------
Compiling...
showdlg.cpp
c:\documents and settings\owner\桌面\vc\复件 fileselect\showdlg.cpp(4) : warning C4652: compiler option 'Generate Browser Info' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
c:\documents and settings\owner\桌面\vc\复件 fileselect\fileselectview.h(28) : error C2143: syntax error : missing ';' before '*'
c:\documents and settings\owner\桌面\vc\复件 fileselect\fileselectview.h(28) : error C2501: 'CFileSelectDoc' : missing storage-class or type specifiers
c:\documents and settings\owner\桌面\vc\复件 fileselect\fileselectview.h(28) : error C2501: 'GetDocument' : missing storage-class or type specifiers
执行 cl.exe 时出错.

showdlg.obj - 1 error(s), 0 warning(s)
这是所报的错误,和变量类型没有关系。
展开
 我来答
魔高丈
2008-12-17 · TA获得超过9506个赞
知道大有可为答主
回答量:2066
采纳率:0%
帮助的人:3466万
展开全部
在你自定义类#inlucde "FileSelectView.h"之前先#inlucde "FileSelectDoc.h"

如果你们文件名不是这个改成你的那个。
百度网友c6c78e9
2008-12-17 · TA获得超过2283个赞
知道小有建树答主
回答量:620
采纳率:0%
帮助的人:996万
展开全部
CString str;
CMainFrame *pMain=(CMainFrame *)AfxGetApp()->m_pMainWnd;
CFileSelectView *pView=(CFileSelectView *)pMain->GetActiveView();
pView->GetDlgItemText(IDC_EDIT1,str);
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式