Results 1 to 1 of 1

Thread: [vb.net] Icepets Account Class

Threaded View

  1. #1
    Zachafer's Avatar
    Joined
    Dec 2011
    Posts
    1,235
    Userbars
    11
    Thanks
    769
    Thanked
    1,466/678
    DL/UL
    98/0
    Mentioned
    512 times
    Time Online
    24d 13h 9m
    Avg. Time Online
    8m

    [vb.net] Icepets Account Class

    Class link: (you need an account to see links)

    Uses D-ZWrapper, written by CheeSie.

    Example class usage:
    Code:
            Try
                Dim Account As Icepets = New Icepets(User, Pass)
                Dim IP As Integer = Icepets.ParseIP(Account.GetWrapper("http://www.icepets.com/homepage.php"))
                MessageBox.Show(User & " has " & ip & " IP!")
            Catch ex As ArgumentException
                MessageBox.Show(ex.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Warning)
            End Try
    Last edited by Zachafer; 07-05-2012 at 02:09 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •