#region 窗體關閉效果
#region 私有方法
[dllimportattribute("user32.dll")]
private static extern bool animatewindow(intptr whnd, int dwtime, int dwflag);
#endregion
/*1. aw_slide : 使用滑動型別, 預設為該型別. 當使用 aw_center 效果時, 此效果被忽略
2. aw_active: 啟用視窗, 在使用了 aw_hide 效果時不可使用此效果
3. aw_blend: 使用淡入效果
4. aw_hide: 隱藏視窗
5. aw_center: 與 aw_hide 效果配合使用則效果為視窗幾內重疊, 單獨使用視窗向外擴充套件.
6. aw_hor_positive : 自左向右顯示視窗
7. aw_hor_negative: 自右向左顯示視窗
8. aw_ver_positve: 自頂向下顯示視窗
9. aw_ver_negative : 自下向上顯示視窗
*/public const int32 aw_hor_positive = 0x00000001;
public const int32 aw_hor_negative = 0x00000002;
public const int32 aw_ver_positive = 0x00000004;
public const int32 aw_ver_negative = 0x00000008;
public const int32 aw_center = 0x00000010;
public const int32 aw_hide = 0x00010000;
public const int32 aw_activate = 0x00020000;
public const int32 aw_slide = 0x00040000;
public const int32 aw_blend = 0x00080000;
///
/// 由邊界向中心擴充套件漸進關閉視窗
///
public static void hidefxcenter(intptr wnd, int dwtime)
#endregion
呼叫方法
啟動效果: 在窗體載入事件裡面加上
hidefxcenter(this.handle, 400);
C 仿金山毒霸啟動和關閉淡入淡出效果
region 窗體關閉效果 region 私有方法 dllimportattribute user32.dll private static extern bool animatewindow intptr whnd,int dwtime,int dwflag endregion 1.aw slid...
金山毒霸誤殺事件。
讓我們回顧一下近期沸沸揚揚的誤殺事件 2007年1月,卡巴斯基誤報 qq2006正式版 和 qqgame2006版 帶有木馬,導致qq使用者無法使用。2007年2月,瑞星誤報網路遊戲勁舞團中帶有rootkit.agent.ri病毒。2007年5月,諾頓 誤殺致使國內大量電腦系統崩潰。事後諾頓搬出 免...
金山毒霸極速版用著不錯
前天晚上在網上看到 金山毒霸極速版 這款軟體,其相關介紹說這是一款專門針對筆記本及上網本量身定做的新一代防毒軟體。針對系統記憶體 cpu io裝置的精細優化,歷經5年研發重構系統底層引擎而成的極速引擎,使之在便攜電腦上執行如飛,整體效能得到提公升。同時全面運用 雲安全 技術,過億使用者聯機查詢,有效...