C#透明窗体(png图片渐变)源码

几年前我从codeproject上dwon的一个小demo。当时也在做关于透明窗体的一个小东西。费了很多事才搜到这篇文章,当时对我的帮助很大,今天贴出来,希望也对大家带来帮助.
//
//  Copyright ?2002 Rui Godinho Lopes 
//  All rights reserved.
//
//  This source file(s) may be redistributed unmodified by any means
//  PROVIDING they are not sold for profit without the authors expressed
//  written consent, and providing that this notice and the authors name
//  and all copyright notices remain intact.
//
//  Any use of the software in source or binary forms, with or without
//  modification, must include, in the user documentation ("About" box and
//  printed documentation) and internal comments to the code, notices to
//  the end user as follows:
//
//  "Portions Copyright ?2002 Rui Godinho Lopes"
//
//  An email letting me know that you are using it would be nice as well.
//  That's not much to ask considering the amount of work that went into
//  this.
//
//  THIS SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 
//  EXPRESS OR IMPLIED. USE IT AT YOUT OWN RISK. THE AUTHOR ACCEPTS NO
//  LIABILITY FOR ANY DATA DAMAGE/LOSS THAT THIS PRODUCT MAY CAUSE.
//

using  System;
using  System.Drawing;
using  System.Drawing.Imaging;
using  System.Windows.Forms;
using  System.Runtime.InteropServices;


Win32Class

PerPixelAlphaFormClass

MyPerPixelAlphaFormClass

MainFormClass

TheAppClass
 

你可能感兴趣的:(<鱼与熊掌>技术专栏)