C# 实现 类似Android的Toast
摘要:
public partial class ToastForm : Form { /// <summary> /// 显示毫秒 /// </summary> private int _wait_ms = 1000; public ToastForm(double seconds, string text, Form parent) : this(seconds, text, parent, Color.Blue, 15, ContentAlignment.TopCenter) ... 阅读全文
posted @ 2013-04-20 22:38 hbhbice 阅读(617) 评论(0) 推荐(0) 编辑