討論串[.NET] 取得本機位置
共 3 篇文章
首頁
上一頁
1
下一頁
尾頁

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者lolota (落塔)時間19年前 (2006/01/04 20:40), 編輯資訊
0
0
0
內容預覽:
VS2005可以用My這個關鍵字取得. My.Request.UserHostAddress. --. 發信站: 批踢踢實業坊(ptt.cc). ◆ From: 220.129.137.216.

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者shenghong (ptt真是什麼都有)時間19年前 (2005/12/21 06:21), 編輯資訊
0
0
0
內容預覽:
dns.Resolve(SystemInformation.ComputerName).AddressList(0).ToString(). keyword:System.Net.IPAddress. --. 發信站: 批踢踢實業坊(ptt.cc). ◆ From: 220.229.145.14

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者AztekRing (雲南白藥)時間20年前 (2005/12/19 01:09), 編輯資訊
0
0
0
內容預覽:
Dim HostIP As String. Dim ipEntry As IPHostEntry = Dns.GetHostByName(Dns.GetHostName()). Dim IpAddr As IPAddress() = ipEntry.AddressList. HostIP = IpA
首頁
上一頁
1
下一頁
尾頁