熱點推薦:
您现在的位置: 電腦知識網 >> 編程 >> .NET編程 >> 正文

用VB.NET 2005編寫定時關機程序[4]

2022-06-13   來源: .NET編程 
    輸入代碼

Private Sub Timer_Tick(ByVal sender As SystemObject ByVal e As SystemEventArgs) Handles TimerTick
 xianzaiTime = TimeOfDay
 If RadioButtonChecked Then

 If DateDiff(MicrosoftVisualBasicDateIntervalSecond xianzaiTime entTime) < Then 用DateDiff函數判斷是否到時間了

 End If
End If

PowerOff() 關閉計算機
End Sub
  好了基本上一個定時關機程序就完成了接下來加一個超級鏈接吧!當然對於高手來說可是廢話但是對於新手來說這也是必備的這個超級鏈接當然是我們最喜歡的天極網開發頻道了

  先創建一個Label控件吧把它托到窗體上將text屬性設置為天極網開發頻道如圖

點擊放大此圖片
  接下來需要輸入代碼了雙擊窗體Form

  進入Public Class Form事件

  代碼

Private Declare Function ShellExecute Lib shelldll Alias ShellExecuteA(ByVal hwngnd As Integer ByVal lpOperation As String ByVal lpFile As String ByVal lpParameters As String ByVal lpDirectory As String ByVal nShowCmd As Integer) As Integer
  如圖

點擊放大此圖片
  雙擊剛才添加的label屬性text:(天極網開發頻道)中輸入以下代碼

Private Sub Label_Click(ByVal sender As SystemObject ByVal e As SystemEventArgs) Handles LabelClick
ShellExecute( open http://devyeskycom CStr() CStr() )

End Sub
End Class
  OK全部搞定按F鍵運行如圖所示選擇相應選項後點擊(關閉計算機啟動定時器按鈕)就可以了現在程序將按照你所設定的時間而啟動關閉計算機選項


[]  []  []  []  


From:http://tw.wingwit.com/Article/program/net/201311/15693.html
    推薦文章
    Copyright © 2005-2022 電腦知識網 Computer Knowledge   All rights reserved.