Icon and Blitzmax Application

BlitzMax Forums/BlitzMax Programming/Icon and Blitzmax Application

Cruis.In(Posted 2013) [#1]
Hey guys, how might I change the icon of my program to reflect a custome one when launching like in the task bar and on the caption area where it says blitzmax application, can that be changed?


xlsior(Posted 2013) [#2]
There's a number of ways of doing it...

See this thread for more info:
http://www.blitzbasic.com/Community/posts.php?topic=72899


Chapman7(Posted 2013) [#3]
SetGadgetPixmap


GfK(Posted 2013) [#4]
There's a number of ways of doing it...

See this thread for more info:
http://www.blitzbasic.com/Community/posts.php?topic=72899
I do it that way, works very well.

SetGadgetPixmap
That doesn't set the application icon, only the icon in the window. The above sets the icon everywhere.


Cruis.In(Posted 2013) [#5]
hi thanks, will look into it!