Page 1 of 1
Posted: Mon Mar 31, 2003 6:47 pm
by BackupUser
Restored from previous forum. Originally posted by P-J.
Is it possible to create a Window in Linux PureBasic with a 'custom' window icon instead of the default 'X' icon?
Thanks, Phil.
Posted: Tue Apr 01, 2003 7:16 pm
by BackupUser
Restored from previous forum. Originally posted by P-J.
BUMP!
Anyone? Please?

Posted: Wed Apr 02, 2003 7:33 am
by BackupUser
Restored from previous forum. Originally posted by fred.
Hum, should be possible with the API.. Never looked at tough. If you find a C code, I could probably help

.
Fred - AlphaSND
Posted: Wed Apr 23, 2003 7:41 am
by BackupUser
Restored from previous forum. Originally posted by pbdep.
No not possible, You need to convert to JPG or PNG or XPM.
simple convert the ICO to PNG and then imclude them in the Program code. Thats how i do it...Or you could use GIF...
Good luck..