1 Attachment(s)
Make Win 98 Icon Text Backcolor Transparent
Hello. I was perusing planetsourcecode and I found this interesting piece of code that turns the desktop icon backgrounds in 98 and before to transparent, like win xp does. The only problem with it is it doesn't persist. Can one of you api gurus take a look at the code and help me to make it so it will stay transparent. I am already coming up with a flag system in a text file to record the state of the icons, I just need some help with the api to make it persist when refreshed or rebooted. When you refresh or reboot, you loose the transparency. I made an exe that I run when I reboot and such, but I would much rather make it stick the first time. I have uploade the zip with the project in it as I got it from planet source code. Its a nice piece of work. I have been wanting this ever since I started using 98. So any help will be appreciated.
Re: Make Win 98 Icon bg Transparent
You can make transparent icons with Imagedit.exe, its on the VB6 CD. ;)
Re: Make Win 98 Icon bg Transparent
Its not the icons that are the problem. With 98 where the text under the icons is the desktop color, so when you put a nice desktop picture it is marred by blocks of color under the icon text. The above code makes the text with a transparent backcolor. But after a refresh or reboot, it goes back to normal, with the text's backcolor the color you have the desktop set as. I want to make the above code a permanent addition to my operating system. Any ideas? This only pertains to win 98 operating systems or older, as xp and above allow you to make your icon text backcolor transparent. While we are on the subject, if anyone can come up with a way to change the icon text color too, that would be great. There is a way to do this I know it, but I don't know how.
Re: Make Win 98 Icon Text Backcolor Transparent
The text under an icon is the short-cut name, nothing to do with how you show the icon. I still use Win98 and I don't suffer with this problem. ;)
2 Attachment(s)
Re: Make Win 98 Icon Text Backcolor Transparent
Ok, the code above changes d1 to d2(see attachments below). Can you show me how to make that permanent? Also, is there a way to change the text color on the desktop icon description? Thanks. :wave:
Re: Make Win 98 Icon Text Backcolor Transparent
Can't anyone help me with this?