asked on
ASKER
Visual Basic is Microsoft’s event-driven programming language and integrated development environment (IDE) for its Component Object Model (COM) programming model. It is relatively easy to learn and use because of its graphical development features and BASIC heritage. It has been replaced with VB.NET, and is very similar to VBA (Visual Basic for Applications), the programming language for the Microsoft Office product line.
TRUSTED BY
Comment from aRTie11
Date: 11/10/2000 07:47PM CST
Comment
an easy way to make your internet ip appear and not your lan Ip
is to use winsock like so
winsock1.connect "www.microsoft.com",80
InternetIP = winsock1.localip
calling it to access the internet will show the real ip address and not just the lan address
Hope it helps
aRTie11