Dblake1 Posted November 7, 2013 Posted November 7, 2013 I believe Windows Visual Styles designers will love me for this. PS: No dirty wallpaper hacks or tricks are in use here, just pure transparency minus blur! Proof:
bphlpt Posted November 7, 2013 Posted November 7, 2013 So, are you going to share the secret?Cheers and Regards
Dblake1 Posted November 7, 2013 Author Posted November 7, 2013 So, are you going to share the secret?Cheers and RegardsYes, I will release my program after I am done programming the way to re-enable the blur. It's only a ~9KB application, but it does require .NET 4.0 or higher.
Dblake1 Posted November 7, 2013 Author Posted November 7, 2013 (edited) Here you guys go: https://dl.dropboxusercontent.com/u/90860637/TaskbarBlurToggle_002.zip The readme.txt has all the information you need to know about how to use this. Enjoy Edited November 8, 2013 by Dblake1
Tripredacus Posted November 8, 2013 Posted November 8, 2013 EDIT: Apparently avast detects the GUI as a virus. It's a false positive.I recommend you do what you must to resolve this issue.
Dblake1 Posted November 8, 2013 Author Posted November 8, 2013 Alright, 0.0.2 is uploaded: https://dl.dropboxusercontent.com/u/90860637/TaskbarBlurToggle_002.zipApparently, since I was using a Windows icon, avast has a problem with it. I just did a quick edit on the icon and it no longer detects it as a virus.
buyerninety Posted November 8, 2013 Posted November 8, 2013 Clamwin, with about a month old vir definition update, finds no problem with the mentioned file above when downloaded. Cheers!
vinifera Posted November 10, 2013 Posted November 10, 2013 but it does require .NET 4.0 or higher.tbh this suckswhy don't you make normal win32 app ?
Dblake1 Posted November 10, 2013 Author Posted November 10, 2013 but it does require .NET 4.0 or higher.tbh this suckswhy don't you make normal win32 app ?Jeez, I thought I was being nice by releasing this at all. Silly me.If it sucks so much, then why bother commenting? Use the app or don't, I honestly don't care either way. That being said, if you want to make a pure C++ GUI application that toggles the taskbar blur with the ability to run at startup and has support for taskbar position changes, be my guest. I happened to already have scraps from an old project laying around. I honestly don't see the point of wasting time re-creating this from scratch in C++ when the existing app works perfectly fine. The methods I use are complex by C# standards, which means they would be about 10x more complex and take about 10x longer to debug and write in C++.
dencorso Posted November 11, 2013 Posted November 11, 2013 but it does require .NET 4.0 or higher. tbh this sucks why don't you make normal win32 app ? Jeez, I thought I was being nice by releasing this at all. Silly me. Of course it's quite nice of you to release it as it is! That goes without saying! And I, for one, thank you very much for it. Now, while I don't think anyone should be complaining, I do think you might perhaps consider recompiling it with VC# 2005 instead (if at all possible), because that would reduce the .NET framework version required to 2.0, making it much lighter. The Visual C# 2005 Express Edition ISO continues to be available for free from MS, although they don't advertise it. Of course, VC# 2008 would do nicely as well, since the product is intended for Win 7, but when thinking about lighting a .NET application, VC# 2005 is perhaps the best option in what regards the funcionality to overall size ratio.
submix8c Posted November 11, 2013 Posted November 11, 2013 TY... made note of this as I have acquired a "new-used" Win7 Pro OEM (legit refurb) machine.
buyerninety Posted November 11, 2013 Posted November 11, 2013 (edited) Ha ha ha, Dblake1, I bet you thought I was being unnecessarily precise/pedantic in the .Net info I(PM) asked you about / brought to your attention... better give these Lions above something tochew on with their complaints about .Net... hope you return again to post in this Colosseum. CheersP.S. just in case he doesn't return anytime soon;...the full .Net 4.0 is available from here;(note the Prerequisites of;Windows Installer 3.1 or laterInternet Explorer 5.01 or later)http://www.microsoft...s.aspx?id=17718dotNetFx40_Full_x86_x64.exe 48 MBand within above webpage is also seen download link for the .Net 4.0 x86 (no x64) installer;http://download.micr...40_Full_x86.exedotNetFx40_Full_x86.exe 35MBOf course, it still expands out to something horrifyingly large, but at least the initial downloadisn't too unreasonable.... Edited November 11, 2013 by buyerninety
Tripredacus Posted November 11, 2013 Posted November 11, 2013 I'd imagine it would take more work in order to not use the DWM API to change things. Has this been tested in Windows 8 at all? The documentation on MSDN says that DWM was changed in Windows 8 so that these types of things would no longer work.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now