Hey
You know how Vb has the crappy icon thing where it wont allow XP icons etc. Well i am allowing my user to change the icon, how do i check to see if its compatible with VB6.
ILMV
Printable View
Hey
You know how Vb has the crappy icon thing where it wont allow XP icons etc. Well i am allowing my user to change the icon, how do i check to see if its compatible with VB6.
ILMV
The easy way would be to ask user if they like what they see ... and if they don't, well, change it back. ;) :p :wave:
I noticed this before. I think color depth was the problem. I think the max limit is 256 colors. It was some time ago, I cant remember exactly.
You can use vbAccelerator's sample to set a proper XP icon:
http://www.vbaccelerator.com/home/VB...ly/article.asp
ith that one you need to embed the icon as a resource in your projectm and seeing as i am having no ctonrol over this i cannnot add resources to my exe.
What do you mean you have no control over this?Quote:
Originally Posted by I_Love_My_Vans
Aren't you talking about your program?Quote:
Originally Posted by I_Love_My_Vans
Right, i am making a application, which will (using a txt file to store the location) load an icon into another pre built exe, but of course if that icon is invalid it wont work