Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
IP Address
Message
From
17/01/2005 17:03:44
 
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
MS SQL Server
Miscellaneous
Thread ID:
00977861
Message ID:
00977870
Views:
40
Thisform.NewObject('_webbrowser','_webbrowser4',home()+'gallery\_webview.vcx')

With Thisform._webbrowser
	.top=0
	.left=0
	.Navigate('http://www.whatismyip.org')
	.Height = 230
	.Width = 900
	.visible = .f.
ENDWITH 

DO WHILE thisform._webbrowser.Readystate <> 3 
	INKEY(1)
ENDDO

MESSAGEBOX('My IP is '+ CHRTRAN(Thisform._webbrowser.Document.Body.InnerHtml,'<PRE>',''))
Thisform.RemoveObject("_webbrowser")
>how to know the IP addres of the box.
Previous
Reply
Map
View

Click here to load this message in the networking platform