B4J Question Icon for B4J application

cdram

New Member
Licensed User
Longtime User
I try to change the icon of my BJ application, but it's always the B4J defaut icon which appear with myapplication.exe and with the shortcut.
I try tu use #PackagerProperty: Iconfile= myicon.ico or other things. Is it possible to change the icon?
Thanks
 

MarcoRome

Expert
Licensed User
Longtime User
if you place your icon in the program directory, like in the following image:

1669728258949.png


and insert this line of code ( note ..\nameicon.ico )
When you create the executable you will have your own icon
B4X:
#PackagerProperty: IconFile = ..\icona.ico
 
Upvote 0
Top