Hi:) ..I hv a application that calls a XML file from server something like this..
Private Sub Command1_Click()
xmlDoc.Load "http://www.abcdef.com:7001/...."
End Sub
Problem is that I wanna run this command in sync mode ..when this command tries to find the url and url is not there or server is down ..the application get hanged

..
What to do with problem ??
Atin