he intentado esto:
Código vb:
Ver original
Option Explicit On Imports System.Diagnostics Imports System.IO Public Class Form1 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load If Dir$("http://www.google.com/") <> "" Then MsgBox("Existe") Else MsgBox("No existe") End If End Sub End Class
y me marca no existe... como hago para poder saber si una url (pag web) existe o no.