目前分類:VB.NET (35)

瀏覽方式: 標題列表 簡短摘要

Imports System.Timers

colud77 發表在 痞客邦 留言(0) 人氣()


'使用GetTickCount這個API函數作出更準確的計時!

colud77 發表在 痞客邦 留言(0) 人氣()


Private Declare Function InternetGetConnectedState Lib "wininet.dll" (ByRef lpdwFlags As Long, ByVal dwReserved As Long) As Long

colud77 發表在 痞客邦 留言(0) 人氣()

'方法1
Name= Configuration.ConfigurationSettings.AppSettings("strName")

colud77 發表在 痞客邦 留言(0) 人氣()


'原始DLL內容

colud77 發表在 痞客邦 留言(0) 人氣()


'vb.net 模擬滑鼠點下

colud77 發表在 痞客邦 留言(0) 人氣()


1.當滑鼠移到控制項的時候會跳出一個小視窗。

colud77 發表在 痞客邦 留言(0) 人氣()

.NET程式的記憶體用量一直以來都是程式設計師所關注的焦點。因為.NET程式必需載入.NET Framework的關係,記憶體用量動輒就至少10MB以上。

colud77 發表在 痞客邦 留言(1) 人氣()


'如何在表單靠近視窗桌面上下左右時,自動貼齊邊緣

colud77 發表在 痞客邦 留言(0) 人氣()


1.設定 Enum

colud77 發表在 痞客邦 留言(0) 人氣()


'次數迴圈

colud77 發表在 痞客邦 留言(0) 人氣()


Imports System.Text

colud77 發表在 痞客邦 留言(0) 人氣()


'StartWith、EndWith:像似sql語法中 like "%XXX" / like "XXX%"

colud77 發表在 痞客邦 留言(0) 人氣()

'Split:用來分割字串,回傳字串陣列
'簡單範例:

colud77 發表在 痞客邦 留言(0) 人氣()

'Namespace: System.Text.RegularExpressions

colud77 發表在 痞客邦 留言(1) 人氣()


'Math.Round 做四捨五入

colud77 發表在 痞客邦 留言(0) 人氣()


下面這個是一個API宣告式:

colud77 發表在 痞客邦 留言(2) 人氣()

在Form中有一個屬性FormBorderStyle將它設定為None後,標題列不會顯示出來,在將畫面定位在螢幕中間,這樣使用者就不用能拖曳。

colud77 發表在 痞客邦 留言(0) 人氣()


Overriding覆寫父類別的Method

colud77 發表在 痞客邦 留言(0) 人氣()

'讓電腦發出聲音利用Console.Beep()

colud77 發表在 痞客邦 留言(0) 人氣()

1 2