Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: R.a.B.B.i.T on June 19, 2004, 12:16 PM

Title: Parse icons from FTP right to userlist
Post by: R.a.B.B.i.T on June 19, 2004, 12:16 PM
Just wonder how I would go about doing this.  Would I be able to use a ListView or would I have to use a user-drawn lb?  I remember something about loading images into a listview from outside the program..but I forget that now.  Just wondering,
Title: Re:Parse icons from FTP right to userlist
Post by: BinaryzL on June 19, 2004, 02:40 PM
What language (assuming VB) and I don't really get what you are trying to accomplish?
Title: Re:Parse icons from FTP right to userlist
Post by: Eric on June 19, 2004, 02:56 PM
After downloading the BNI file from BNFTP, you'll have to remove the BNI header from the file, extract the TGA, decompress it, and then paint it to a picture box.  You can use this (http://www.fictionwelive.com/LoRd/imgstuffsrc.zip) as a reference.