Using DevIL
Posted: Tue Apr 25, 2006 5:14 pm
I'm trying to get DevIL to work with Visual Basic 2005. I've looked at the samples and everything but I can't get the referance or loading the image to work. Does anyone know how to use DevIL?
Visit remnantmods.com for more information
http://www.halomods.info/
Code: Select all
Dim bitm as System.Drawing.Bitmap
bitm = DevIL.DevIL.LoadBitmap(filename)
PictureBox1.Image = bitm