Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to get error info from Inet component?

Status
Not open for further replies.

ty1122

Programmer
Jan 20, 2005
16
US
i tried to connect this:
x=inet1.openurl(url)
but if the "url" doesn't exist or doesn't work, how can i get a unable to connect status, then ill display an error message?
Thanks.
 
One of the difficulties of error handling in general in VB6 is that there is more than one way to do it. In particular with controls, it's often a matter of looking through some properties that the control exposes.

Googling on "openurl method error handling" yields a good deal of information on this.

HTH

Bob
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top