View Single Post
  #11  
Unread 02-26-2005, 05:08 PM
taco-man's Avatar
taco-man taco-man is offline
EQ2MAP Updater Author
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Nov 2004
Server: Antonia Bayle
Posts: 1,349
Default

i figured out how to do waht i was stuck on, its so simple, i just can't work very well when i'm real tired (and believe me i was REALLY tired, yesterday after i got home from school i worked on the updater thing for about 10 hours)
Code:
        Try
            Ds.ReadXml("http://maps.eq2interface.com/POI_files/file_list.xml")
        Catch ex As Exception
            'show message box with error connecting, and the error on the next line
            MessageBox.Show("Error Connecting to EQ2MAP Update Server:" & vbCrLf & ex.Message)
            'then exit sub because the dataset is empty so i cant do anything to it
            Exit Sub
        End Try
For anyone who is interested here is about what the updater is going to look like:
Attached Thumbnails
Click image for larger version

Name:	eq2map_updater_beta.jpg
Views:	547
Size:	35.6 KB
ID:	1473  
__________________
EQ2MAP Updater Download
EQ2MAP Website
How to Install a custom interface

Last edited by taco-man : 02-27-2005 at 03:03 AM.
Reply With Quote