Topic Title:Topic Title

Blitz3D Forums/Blitz3D Userlibs/Topic Title:Topic Title

Zach3D(Posted 2005) [#1]
How do you change the programs icon, and how do you make an image semi transparent, instead of completely transparent


jfk EO-11110(Posted 2005) [#2]
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.


asdfasdf(Posted 2005) [#3]
I have made a dll. You call it:
SetIcon("Icon.ico")

Get it here
(opens with WinZip)


Barliesque(Posted 2005) [#4]
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! :)