用VC++6.0做一个类似QQ的程序,

BOOLCQQDlg::OnInitDialog(){CDialog::OnInitDialog();LVCOLUMNlv;lv.mask=LVCF_TEXT|LVCF_... BOOL CQQDlg::OnInitDialog()
{
CDialog::OnInitDialog();

LVCOLUMN lv;
lv.mask=LVCF_TEXT|LVCF_FMT|LVCF_WIDTH;
lv.fmt=LVCFMT_CENTER;
lv.cx=120;
lv.pszText="用户号码";
m_list.InsertColumn(0,&lv);
lv.pszText="IP地址";
m_list.InsertColumn(1,&lv);
lv.pszText="用户类型";
m_list.InsertColumn(2,&lv);
// Set the icon for this dialog. The framework does this automatically
// when the application's main window is not a dialog
SetIcon(m_hIcon, TRUE); // Set big icon
SetIcon(m_hIcon, FALSE); // Set small icon

// TODO: Add extra initialization here

return TRUE; // return TRUE unless you set the focus to a control
}
运行的时候出错了:

F:\新建文件夹 (2)\仿QQ服务器\仿QQ服务器Dlg.cpp(53) : error C2065: 'm_list' : undeclared identifier
F:\新建文件夹 (2)\仿QQ服务器\仿QQ服务器Dlg.cpp(53) : error C2228: left of '.InsertColumn' must have class/struct/union type
F:\新建文件夹 (2)\仿QQ服务器\仿QQ服务器Dlg.cpp(55) : error C2228: left of '.InsertColumn' must have class/struct/union type
F:\新建文件夹 (2)\仿QQ服务器\仿QQ服务器Dlg.cpp(57) : error C2228: left of '.InsertColumn' must have class/struct/union type
求解:怎么改正??
展开
 我来答
匿名用户
2014-12-14
展开全部
主要是没有定义啊。。你下载 用skinmagic或者skin++ 库,可以很简单的做出来。。。还有啊,这种错误,你可以把它复制放到度娘里面跑,一般都会跑出来解决方案的。
人生做回自己
2014-12-14 · TA获得超过423个赞
知道小有建树答主
回答量:722
采纳率:100%
帮助的人:519万
展开全部
m_list未定义啊!
追问

怎么定义啊,在头文件还是cpp文件里??说的具体一下,谢谢,我照着书上编的。。

追答
在类向导里面添加List控件的m_list控件变量的映射即可。具体操作可按classwizard界面提示做。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式