目前分類:VB.net 程式設計 (2)

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

以vb.net 2005 為範例

一、取得螢幕解析度
        Dim Screen_X
        Dim Screen_Y
        Screen_X=  Screen.PrimaryScreen Screen.PrimarBounds.Width

文章標籤

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

 

 利用Application類別:

      Dim myPath As String
      myPath = Application.StartupPath ' StartupPath=> 取得.exe檔的執行路徑


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