自己寫了一段**(windows窗體應用程式),主要用於實現風車的轉動,但出現了一點問題,求助。。
***********************************
using system;
using system.collections.generic;
using system.componentmodel;
using system.data;
using system.drawing;
using system.linq;
using system.text;
using system.timers;
using system.threading;
using system.windows.forms;
using system.drawing.drawing2d;
namespace 大風車
private void form1_formclosing(object sender, formclosingeventargs e)
private void form1_paint(object sender, painteventargs e)
private void button1_click(object sender, eventargs e) //開始
private void button2_click(object sender, eventargs e) //暫停
public void picturebox1_paint(object sender, painteventargs e)
private void timer1_tick(object sender, eventargs e)
private void axwindowsmediaplayer1_enter(object sender, eventargs e)
private void trackbar1_scroll(object sender, eventargs e)}}
****************************************
程式設計中遇到的問題(二)
1將資料庫中表通過sqldataadapter儲存到datatable就可以用datatable.select 在記憶體中查詢符合條件的行,不用讀資料庫就可以查詢。昨天寫了乙個到資料庫查詢重複主鍵的 結果主鍵衝突在datatable中新增行時就被丟擲了,白寫了一大堆。2fileupload控制項獲取...
程式設計中遇到的問題20141222 1
今天使用innertext給span賦值的時候,發現不顯示,然後在ie下面有效,結果經過查詢資料發現火狐不支援該屬性,應該使用代替的textcontent,然而ie還不支援這個屬性,所有就該有個判斷,決定使用哪個屬性.本人使用的判斷瀏覽器是不是ie的方式是 if v v else,原理如下 因為在i...
C 學習中遇到的問題
在c 學習中遇到的問題集中在此,若有高人看見希望給出解決辦法,在日後的學習中本人若找到解決辦法,也在此更新!1 如何實現ipconfig all命令的全部功能 region 另類解法 程式如下 system.diagnostics.process p new system.diagnostics.p...