06 2014 档案

摘要:使用AnimateWindow制作淡入淡出效果的窗体命名空间:using System.Runtime.InteropServices;API函数:[DllImport("user32")]private static extern bool AnimateWindow(IntPtr whnd,in... 阅读全文
posted @ 2014-06-20 10:36 如.若 阅读(1367) 评论(0) 推荐(0)
摘要:public partial class frmProcessBar : Form { public frmProcessBar() { InitializeComponent(); } public bool In... 阅读全文
posted @ 2014-06-13 14:01 如.若 阅读(2404) 评论(0) 推荐(0)
摘要:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u... 阅读全文
posted @ 2014-06-06 10:19 如.若 阅读(3633) 评论(0) 推荐(1)
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Drawing;using System.Drawing.Drawing2D;using System.Win... 阅读全文
posted @ 2014-06-06 10:17 如.若 阅读(11712) 评论(0) 推荐(3)
摘要:using System.Collections.Generic;using System.ComponentModel;using System.Diagnostics;using System.Linq;using System.Text;using System.Windows.Forms;u... 阅读全文
posted @ 2014-06-06 10:12 如.若 阅读(4534) 评论(0) 推荐(0)
摘要:using System.Drawing;using System.Windows.Forms;using System.Drawing.Drawing2D;using System.Runtime.InteropServices;using System;using System.Drawing.... 阅读全文
posted @ 2014-06-06 10:10 如.若 阅读(6606) 评论(0) 推荐(1)