you could just make your own image file with some UDT that would look like
type pic
width as long
height as long
color() as long
end type
than you would need to load it and get it into a picture somehow...
I think there are nice and fast ways with copymemory and stuff like that but I don't really know about that to much.. you should ask fox about this kind of stuff...
a slower way would be to write a function that draws it pixelwise into some dc... but that would be easy...




Reply With Quote