因此,当我将鼠标悬停在我的richtextbox上时,鼠标开始在常规光标和" resize-cursor"之间切换。真的很快我也遇到了在属性窗口中显示它的属性的问题。
当我运行应用程序时,文本框正在运行,因为它应该这样做。 我已经尝试过使用visual studio 2013社区,2015社区,2015 Express for desktop。我已经多次重新安装了。
视频显示问题:https://www.youtube.com/watch?v=TdrrOaZo7BY 我为坏视频和音乐辩护(没有找到无音乐选项)。
编辑:尝试在另一台计算机上做同样的事情没有任何问题。还尝试了另一只鼠标。编辑#2:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace testt
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void richTextBox1_TextChanged(object sender, EventArgs e)
{
}
}
}
答案 0 :(得分:0)
问题现在已经解决,所以我想我会分享"解决方案"。
问题是由卡巴斯基互联网安全引起的。 (注意:我已经看到其他人在其他网站上确认了这一点)。
自提出问题以来,我现在已更新到Windows 10,因此将Kaspersky Internet Security更新为更新且与Windows 10兼容的版本,其中问题已得到解决。