Hello
How do I make icon labels transparent using C++?
More info: Make XP Desktop Icon Label Transparent
Please tell me if this is possible to do via C++.
Thanks in advance,
Panarchy
PS: I would like whichever method you suggest to me to be able to run without launching of a command-prompt window.
How do I make Icons Transparent using C++?The icon label, how do I make it transparent in C++?
Page 1 of 1
4 Replies - 1985 Views - Last Post: 26 April 2009 - 12:42 AM
Replies To: How do I make Icons Transparent using C++?
#2
Re: How do I make Icons Transparent using C++?
Posted 23 April 2009 - 05:56 PM
Simply use Win32 System apis
See on Win32 group or http://tinyurl.com/cmhb5g by Google
for sample code (C/C++)
See on Win32 group or http://tinyurl.com/cmhb5g by Google
for sample code (C/C++)
#3
Re: How do I make Icons Transparent using C++?
Posted 23 April 2009 - 06:19 PM
Hello
Thanks for your reply.
I still don't really understand what you were explaining, so I posted on that mailing-list: http://tinyurl.com/crlwpu
Panarchy
Thanks for your reply.
I still don't really understand what you were explaining, so I posted on that mailing-list: http://tinyurl.com/crlwpu
Panarchy
#4
Re: How do I make Icons Transparent using C++?
Posted 24 April 2009 - 04:52 AM
Where haven't you posted?
#5
Re: How do I make Icons Transparent using C++?
Posted 26 April 2009 - 12:42 AM
What, you know another place?

Well anyways, I've worked it out (with a little help from usenet).
Add the following to your NSIS script to achieve transparency on your icon text labels;
Enjoy
Panarchy
Well anyways, I've worked it out (with a little help from usenet).
Add the following to your NSIS script to achieve transparency on your icon text labels;
Section "Icon Text Label"
WriteRegDWORD HKCU "Software\Microsoft\Windows\CurrentVersion\Explorer
\Advanced" "ListviewShadow" 1
SendMessage ${HWND_BROADCAST} ${WM_SETTINGCHANGE} 0 "STR:Environment"
Sectionend
Enjoy
Panarchy
This post has been edited by Panarchy: 26 April 2009 - 03:19 AM
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote




|