| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 1092 人关注过本帖
标题:未将对象引用设置到对象的实例
取消只看楼主 加入收藏
hedan1985
Rank: 1
等 级:新手上路
帖 子:12
专家分:0
注 册:2007-9-7
收藏
 问题点数:0 回复次数:7 
未将对象引用设置到对象的实例
编译到这句时候VideoControlProperty pVideoControlProperty = (VideoControlProperty)((Control)sender).Tag;
系统提示是 “未将对象引用设置到对象的实例”
本人新人 各位大虾指点,帮助! 谢谢!
搜索更多相关主题的帖子: 实例 对象 
2007-09-11 16:44
hedan1985
Rank: 1
等 级:新手上路
帖 子:12
专家分:0
注 册:2007-9-7
收藏
得分:0 
顶顶,大家来帮忙啊!!
2007-09-11 16:55
hedan1985
Rank: 1
等 级:新手上路
帖 子:12
专家分:0
注 册:2007-9-7
收藏
得分:0 

private void PictureBox_MouseDown(object sender, MouseEventArgs e)
{
VideoControlProperty pVideoControlProperty = (VideoControlProperty)((Control)sender).Tag;
string pUniComNo = this.m_UniCamNoSelected = pVideoControlProperty.UniCamNo;
this.m_TextBoxCamNo.Text = pUniComNo;
string pCamName = this.GetCamNameByCamNo(pUniComNo);//this.m_CamNoAndName[pUniComNo].ToString();
this.m_BarStaticItemCam.Caption = "当前选中的摄象机为:" + pCamName;
this.m_ButtonRecordStart.Enabled = true;
this.m_ButtonSnap.Enabled = true;
this.button19.Enabled = true;
this.button20.Enabled = true;
this.button21.Enabled = true;
this.button22.Enabled = true;
this.button23.Enabled = true;

if (this.m_CurrentVideoCount == 20)
{
for (int i = 0; i < this.m_PictureBox20.Length; i++)
{
。。。 }
}
if (this.m_CurrentVideoCount == 16)
{
for (int i = 0; i < this.m_PictureBox16.Length; i++)
{
。。。
}
}
else if (this.m_CurrentVideoCount == 4)
{
for (int i = 0; i < this.m_PictureBox4.Length; i++)
{
if (this.m_PictureBox4[i].Equals(sender))
{
this.m_TextBoxWindowNo.Text = Convert.ToString(i+1);
break;
}
}
}

if (e.Button == MouseButtons.Right && e.Clicks == 1)
{
。。。
}
else if(e.Button ==MouseButtons.Middle)
{
this.ControlCamera(LenType.LensTele);
}
else if (e.Button == MouseButtons.Left && e.Clicks == 2)
{
。。。
}

[此贴子已经被作者于2007-9-11 17:05:26编辑过]

2007-09-11 17:00
hedan1985
Rank: 1
等 级:新手上路
帖 子:12
专家分:0
注 册:2007-9-7
收藏
得分:0 
public struct VideoControlProperty
{
public string UniCamNo;
public string IpAddress;
public int RemoteChannel;
}
2007-09-11 17:02
hedan1985
Rank: 1
等 级:新手上路
帖 子:12
专家分:0
注 册:2007-9-7
收藏
得分:0 
顶顶 大家看看
2007-09-11 17:03
hedan1985
Rank: 1
等 级:新手上路
帖 子:12
专家分:0
注 册:2007-9-7
收藏
得分:0 
楼上的谢谢啊 ,但是好象不行啊。
2007-09-12 08:45
hedan1985
Rank: 1
等 级:新手上路
帖 子:12
专家分:0
注 册:2007-9-7
收藏
得分:0 
对啊 我使用了NEW 它有说索引超过了界限
我做的是监控系统
原本是16画面的 现在想20画面 结果多出的那4个画面 没有了原来的功能 例如双击变大 再双击就回去这样的
我一双击多出的那4个画面 它就说是未将对象引用设置到对象的实例
等待高手解答
2007-09-12 09:41
hedan1985
Rank: 1
等 级:新手上路
帖 子:12
专家分:0
注 册:2007-9-7
收藏
得分:0 
crazymk 你的方法我用过之后 它提示说是索引超过了界限
2007-09-12 09:46
快速回复:未将对象引用设置到对象的实例
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.025997 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved