摘要:
using System; using System.Collections; using System.Text.RegularExpressions; namespace MSCL { //// /// RegularMatch正则验证类 /// public class RegHelper { ... 阅读全文
摘要:
打开QQ的时候,QQ新闻弹出窗体在屏幕的右下角就会慢慢升起一个小窗口,占用的地方不大,可以起到提示的作用。下面就让我们来看看,怎样用系统API来轻松实现这个功能。API原型函数:bool AnimateWindow(IntPtr hwnd, int dwTime, int dwFlags);从字面的 阅读全文