C 寫的乙個msn的訊息提示類

2021-05-22 09:23:40 字數 1050 閱讀 9207

using system;

using system.drawing;

using system.collections;

using system.componentmodel;

using system.windows.forms;

public msnalert(

string msg, system.drawing.contentalignment textalign)

///

/// 清理所有正在使用的資源。

///

protected override void dispose( bool disposing )

} base.dispose( disposing ); }

#region windows 窗體設計器生成的**

///

/// 設計器支援所需的方法 - 不要使用**編輯器修改

/// 此方法的內容。

///

private void initializecomponent()

#endregion

public int heightmax

get }

public int widthmax

get }

private void scrollshow()

private void scrollup()

else

}private void scrolldown()

else

}private void form_load(object sender, system.eventargs e)

private void timer1_tick(object sender, system.eventargs e)

private void timer2_tick(object sender, system.eventargs e)  

private void timer3_tick(object sender, system.eventargs e) } }

C語言寫乙個類

ifndef 50 2 h define 50 2 h typedef void demo demo demo create int i,int j int demo geti demo pthis int demo getj demo pthis int demo add demo pthis,i...

乙個簡單的訊息提示jquery外掛程式

最近在工作中寫了乙個jquery外掛程式,效果如下 就是乙個簡單的提示訊息的乙個東西,支援最大化 最小化 關閉 自定義速度 自定義點選事件,資料有ajax請求和本地資料兩種形式。還有不完善的地方,只做了最基本的功能,等有了修改再上傳上來。訊息提示 自動生成的html結構如下 訊息提醒 訊息提示器 引...

寫乙個logger的類

參考 寫乙個logger的類 import logging 建立日誌物件 class logger def init self,logpath 制定log格式 format logging.formatter asctime s filename s name s line lineno d mes...