Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
IP Address
Message
De
17/01/2005 17:03:44
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
MS SQL Server
Divers
Thread ID:
00977861
Message ID:
00977870
Vues:
39
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform