O submarino confidencial Button1_Click (remetente de ByVal como System.Object, ByVal e como System.EventArgs) segura Button1.Click
Cliente não ofuscante como o web client novo ()
Resultado não ofuscante como a corda
Xdoc não ofuscante como XmlDocument novo
Mgr não ofuscante como XmlNamespaceManager novo (xdoc.NameTable)
Tentativa
resultado = Encoding.UTF8.GetString (client.DownloadData (“http://maps.google.com/maps/geo?q=austin,+tx+78730&output=xml&key=abcdefg "))
xdoc.LoadXml (resultado)
mgr.AddNamespace (“anyPrefix”, “http://earth.google.com/kml/2.0 ")
Me.TextBox1.Text = xdoc.SelectSingleNode (“/anyPrefix: kml/anyPrefix: Resposta/anyPrefix: Status/anyPrefix: código”, mgr) .InnerText
Me.TextBox2.Text = xdoc.SelectSingleNode (“/anyPrefix: kml/anyPrefix: Resposta/anyPrefix: Status/anyPrefix: pedido”, mgr) .InnerText
Prendedor
MsgBox (“incapaz de transferir dados! ")
Tentativa do fim
Submarino da extremidade
|