Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 782 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 782 Bytes

WinformSkin

C# Winform 窗体程序皮肤和效果

内容包括:

  1. DoubleForm - 双层窗体
  2. EmbedWindow - Winform窗体嵌入其他程序
  3. GoldFishProject - 异形窗口(游动的金鱼例子)
  4. HollowForm - 镂空窗体
  5. IrisSkin4 - IrisSkin皮肤库例子
  6. LayeredSkinDemo - LayeredSkin皮肤库例子
  7. MousePenetration - 鼠标穿透窗体
  8. TransparentForm - 透明窗体
  9. Win7AeroForm - Win7毛玻璃效果

============ 以上修改:2017年9月29日 ============

            //防止窗体闪烁
            
            SetStyle(ControlStyles.UserPaint, true);
            SetStyle(ControlStyles.AllPaintingInWmPaint, true); // 禁止擦除背景.    
            SetStyle(ControlStyles.DoubleBuffer, true); // 双缓冲