<在使用tooltip的窗体构造函数里写> ToolTip toolTip1 = new ToolTip(); toolTip1.AutoPopDelay = 5000; toolTip1.InitialDelay = 1000; toolTip1.ShowAlways = true;