Icon and Blitzmax Application
BlitzMax Forums/BlitzMax Programming/Icon and Blitzmax Application| 
 | ||
| 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? | 
| 
 | ||
| There's a number of ways of doing it... See this thread for more info: http://www.blitzbasic.com/Community/posts.php?topic=72899 | 
| 
 | ||
| SetGadgetPixmap | 
| 
 | ||
|  There's a number of ways of doing it...I do it that way, works very well. See this thread for more info: http://www.blitzbasic.com/Community/posts.php?topic=72899  SetGadgetPixmap That doesn't set the application icon, only the icon in the window.  The above sets the icon everywhere. | 
| 
 | ||
| hi thanks, will look into it! |