Tag: statusstrip

更改statusStrip的高度

我在VS2010中有一个带有statusStrip的简单windows窗体,无论我尝试什么,statusStrip的高度都不会改变,改变高度的正确方法是什么? 谢谢

如何从表单控件向statusStrip提供值?

这是我的控件的上下文: /* Form StatusStrip ToolStripStatusLabel TableLayoutPanel MyGenioView */ 因此, MyGenioView正在拦截MouseMove事件处理程序。 已经存在的代码是橡皮筋矩形。 所以我有: public void MyMouseMove(Object sender, MouseEventArgs e) { Point ptCurrent = new Point(eX, eY); // If we “have the mouse”, then we draw our lines. if (m_bHaveMouse) { // If we have drawn previously, draw again in // that spot to remove the lines. […]

ToolStripStatusLabel显示为黑框

我使用包含ToolStripStatusLabel的StatusStrip。 操作系统 – Windows 7,框架2.0。 通常所有显示正常,但有时ToolStripStatusLabel看起来像黑盒子: 我读了那个windows bug,但是我怎么能解决它?