Topic Title:Topic Title

Blitz3D Forums/Blitz3D Userlibs/Topic Title:Topic Title

How do you change the programs icon, and how do you make an image semi transparent, instead of completely transparent

there is a userlib somewhere to alter the app icon. (well, talking about the windows app icon). To replace the App File Icon you may use "reshacker", a freeware tool you can find with google or yahoo.

Semitransparent images may be created with a system that is using 3D Sprites to create fake-2d images. Several examples in the code archives. There is also PANNOs Dll for semitransparent 2D images in the toolbox.

I have made a dll. You call it:
SetIcon("Icon.ico")

Get it here
(opens with WinZip)

Angelfire doesn't allow direct linking, so to access the above dll, copy and paste this link to your browser address bar:

http://www.angelfire.com/nc3/filestorage1/SetIcon.zip

Thanks for the dll! :)