c# 问题
。。
Point endPoint = Cursor.Position;
。。
Point clientPt = this.tsPanel.Parent.PointToClient(endPoint);//错误:未将对象引用设置到对象的实例。
哪里不对了呢?
--------------------编程问答-------------------- this.Cursor.Position
没取到当前位置还是什么 --------------------编程问答-------------------- 调试了下,this.Cursor.Position取到了当前的位置。
大家都来看下啊,项目很繁琐,我也不知道贴些什么上来好。 --------------------编程问答-------------------- this.tsPanel.Parent.PointToClient("endPoint")
endPoint控件ID --------------------编程问答-------------------- tsPanel确定存在?它的Parent属性? --------------------编程问答-------------------- 很可能是tsPanel不存在!!! --------------------编程问答-------------------- 不设断点,直接F5,出错的话,会指示那个变量不能为空的...
试试 --------------------编程问答-------------------- 看this.tsPanel.Parent这个吧。。估计是null --------------------编程问答-------------------- this.tsPanel为null
或者this.tsPanel.Parent为null调试下看看 --------------------编程问答-------------------- Up! 关注中 --------------------编程问答-------------------- 还没解决吗?
补充:.NET技术 , C#