Advertisement
ASP_Volume2 Internet/ HTML #36654

Get Local IP Address

This will get the local IP address and Host name of the local machine that you are using.

AI

ИИ-обзор: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Исходный код
original-source
'Make a command button
'2 text boxes
Private Sub Command1_Click()
  Text1 = GetIPHostName()
  Text2 = GetIPAddress()
End Sub
Оригинальные комментарии (3)
Восстановлено из Wayback Machine