C 實現螢幕錄影 網上看到的看起來不錯

2021-05-23 02:57:20 字數 2258 閱讀 4439

using system;

using system.collections.generic;

using system.componentmodel;

using system.data;

using system.drawing;

using system.text;

using system.windows.forms;

using wmencoderlib;

using system.runtime.interopservices;

using microsoft.win32;

using system.threading;

using system.io;

using system.drawing.drawing2d;

有關系統托盤#region 有關系統托盤

/**

/// 托盤圖示類例項

///

private notifyicon notifyicon;

/**

/// 托盤選單

///

private contextmenu notificationmenu;

/**

/// 初始化托盤

///

public void notificationicon()

/**

/// 托盤選單

///

///

///

///

private void menuaboutclick(object sender, eventargs e)

/**

/// 托盤退出選單

///

///

///

///

///

private void icondoubleclick(object sender, eventargs e)

/**

/// 隱藏主視窗

///

///

///

private void hidemainform(object sender, eventargs e)

/**

/// 改變風格

///

///

///

///

private void setskin(string skinname)

/**

/// 初始壓縮選項列表

///

///

private iwmencprofile2 getselectcompressionoption()

for (int i = 0; i < wpfc.count; i++)

}return null;

}/**

/// 開始錄製

///

///

///

///

///

private void selectoutpathbutton_click(object sender, eventargs e)

}/**

/// 開始錄製

///

///

///

private void startbutton_click(object sender, eventargs e)

}else

}private void start()

/**

/// 停止錄製按鈕

///

///

///

private void stopbutton_click(object sender, eventargs e)

/**

/// 暫停錄製按鈕

///

///

///

private void pausebutton_click(object sender, eventargs e)

else

}/**

/// 單擊主窗體關閉按鈕

///

///

///

///

///

///

///

///

///

///

///

///

///

///

public static size getscreensize()

好用的螢幕錄影軟體 螢幕錄影專家

聽大佬們講課 大型開車現場 聽畢業答辯 大型懟人現場 吃著瓜子,喝著茶,看大型真人宮鬥戲。看小菜雞如何被碾壓的體無完膚。what?剛剛大佬說啥了?他剛剛咋懟的?於是乎,小菜雞的我,各種找錄屏軟體啊,word天哪!廢話不說了,先附上螢幕錄屏專家的安裝包 提取碼 b7vd 安裝步驟 第二步 破解過程。雙...

網上看到的分頁語句

具體不多說了,只貼出相關原始碼 using system using system.collections.generic using system.text using system.data using system.data.oledb using system.web public clas...

網上看到的 ResultSet更新彙總

可更新的結果集 更新一行 update cancelrowupdates updaterow rowupdated upadate 方法只能修改當前行的資料,並不能修改資料庫中的資料,所以在呼叫 update 後,還要呼叫 updaterow 方法,用當前行中的新資料更新資料庫。cancelrowu...