WinForm中有些控件不能添加ToolTip关联的解决方法
摘要:
// This example assumes that the Form_Load event handling method // is connected to the Load event of the form. private void Form1_Load(object sender, System.EventArgs e) { // Create the ToolTip and a... 阅读全文
posted @ 2011-02-25 16:18 JRoger 阅读(785) 评论(0) 推荐(0)