In this category you can exchange your programming questions and solutions.
-
cvirus
- Posts: 88
- Joined: Tue Jan 12, 2010 8:33 pm
Post: # 718Post
cvirus
Tue May 24, 2011 11:45 am
Hello, how can i change the icon of the program?
Appicon="something.ico"
This don?t work. Help
Thankz :D
-
Darren
- Posts: 63
- Joined: Wed May 11, 2011 11:55 am
Post: # 719Post
Darren
Fri Jun 03, 2011 11:21 am
Simply remove the "=" sign
for example.....
Appicon "C:MyIcon.ico"
-
cvirus
- Posts: 88
- Joined: Tue Jan 12, 2010 8:33 pm
Post: # 720Post
cvirus
Fri Jun 03, 2011 6:38 pm
Well i?ve tried and still nothing, i have notice that the icons from the exemple works fine but the ones that i use and got from the net does?t.
Thank you Darren ::)
-
Marco
- Site Admin
- Posts: 246
- Joined: Sat Sep 15, 2018 8:41 pm
Post: # 721Post
Marco
Sun Jun 05, 2011 3:57 pm
hi, your icon must be 48X48 pixels 256 colors otherwise it won`t work.
you can also design your own icon (in bmp format) and convert it with a converter something like bmp2icon (seurch the web for icon tools).
best regards