iT邦幫忙

DAY 20
1

Windows Mobile系列 第 20

[Windows Mobile]取得啟動應用程式的可執行檔路徑

  • 分享至 

  • xImage
  •  

在 Windows Forms 應用程式,想要取得啟動應用程式的可執行檔路徑可以使用 Application.StartupPath
在 WIndows CE 或者 Windows Mobile 專案中,該如何取得
更多文章,請到我在點部落所建立的部落格「.NET菜鳥自救會」閱讀
http://www.dotblogs.com.tw/chou/

  1. 問題描述
    在 Windows Forms 應用程式,想要取得啟動應用程式的可執行檔路徑可以使用 Application.StartupPath
    在 WIndows CE 或者 Windows Mobile 專案中,該如何取得

  2. 方法
    透過 Path.GetDirectoryName 方法 : 傳回指定路徑字串的目錄資訊。
    VB.NET Code

    Label1.Text = System.IO.Path.GetDirectoryName(Reflection.Assembly.GetExecutingAssembly.GetName.CodeBase.ToString)

C# Code

Label1.Text = System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase)); 

上一篇
[Windows Mobile]使用 beeMobile4.net
下一篇
[Windows Mobile]Resco MobileForms Toolkit
系列文
Windows Mobile41
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言