Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: phvckmeh on June 04, 2004, 11:11 PM

Title: Implementing Icons
Post by: phvckmeh on June 04, 2004, 11:11 PM
Alright so i got all the needed icon files, they are .bmp or something.

now what is the easeit way (vb6) to implement them?
Title: Re:Implementing Icons
Post by: GoSuGaMING on June 04, 2004, 11:21 PM
download the .bni file for the icons of blizzards FTP... then find a program that can read it...
Title: Re:Implementing Icons
Post by: phvckmeh on June 04, 2004, 11:58 PM
well i got an image list, how do i load em into vb
Title: Re:Implementing Icons
Post by: Newby on June 05, 2004, 12:07 AM
Use an imagelist to store the icons.

Or learn how to open and parse a .bni file.

EDIT -- Just read your post more carefully. It's somewhere in 'custom' on the properties window.