Page 2 of 2
Posted: Tue Jan 29, 2002 4:10 pm
by BackupUser
Restored from previous forum. Originally posted by Franco.
... But I would need a description of the BMP header to generate it.
Sorry, I'm not a real help with BMP's... but I can take a look in the net.
Have a nice day...
Franco
Sometimes you have to go a lonely way to accomplish genius things.
Posted: Wed Jan 30, 2002 12:12 am
by BackupUser
Restored from previous forum. Originally posted by DarkUni.
I added the code sample to TRICKS N TIPS.
Shane R. Monroe
Dark Unicorn Productions
Posted: Wed Jan 30, 2002 1:07 am
by BackupUser
Restored from previous forum. Originally posted by ricardo.
The example that comes with the zip file is for Rapid-Q, so perhaps one of the
Rapid-Q users here could translate the example into PureBasic for us?
Rapid-Q CODE:
CREATE GifAnimation AS QOLECONTAINER
Height = 33
Width = 135
Left = 70
CreateObject("Gif89.Gif89.1")
'-- FileName is a property in GIF89.DLL
FileName = "rapidq.gif"
END CREATE
As far as i know, Ole Container can't be called now in PB, In Rapid-Q is used to cal ACTIVEX (COM)...
Posted: Wed Jan 30, 2002 5:20 pm
by BackupUser
Restored from previous forum. Originally posted by El_Choni.
Franco: I got the BMP and XPM docs, I'll do Xpm2Bmp and viceversa (Memory->Memory) for the moment, give me some time.
Bye,
El_Choni
Posted: Wed Jan 30, 2002 5:53 pm
by BackupUser
Restored from previous forum. Originally posted by Franco.
Franco: I got the BMP and XPM docs, I'll do Xpm2Bmp and viceversa (Memory->Memory) for the moment, give me some time.
Bye,
El_Choni
Have a nice day...
Franco
Sometimes you have to go a lonely way to accomplish genius things.