@exeat,
edit
I just realized you were asking about the second post. Yes that one was just for show.
The second image I posted was just to show that you can change the properties for any windows program, just by right-clicking the application in the task bar. I Just thought that it showed people a better idea of what was going on.
end edit
=====
No It wasn't just for show. Here's the reason.
I am working on a text adventure program that I am converting from old Microsoft Basic. Well I got most of the code worked out, but it's still quite a mess. The original code had a bunch of goto's; real spaghetti code. Although I cleaned much of it up, and now have the program in a modern game loop.
The problem is, I have to now go through and clean it up a bit more; create user defined types, straighten out some erroneous/multiple if conditions etc...
So I want to look at my old code in notepad, while starting a new project. I don't want notepad drop behind the IDE when it looses focus. I want it to remain on top. The transparency allows me to see the old code but continue typing underneath it without having to constantly move the notepad window.
I didn't want to cascade windows at all. I want the IDE to be full screen.
I'm not sure if my explanation helps you understand, but for me it will save a lot of headaches.
For some it may seem gimmicky, and for others it may just serve a useful purpose.
Another USE:
For instance. I can work in the IDE full screen. I can then have the Forums on top FULL-screen but semi-transparent. The web page can be set to reload every few minutes. This way I can continue to work on my project, but see if someone has answered my question; without the need to switch between tabbed apps, nor having to cascade windows.
Haven't you ever wanted to have some reference on the screen while you were typing. Only to find that every time you typed, the reference lost focused and dropped to the back. It's nice to be able to have both on the screen at the same time with transparency.
At work I have multiple monitors with an extended desktop which also alleviates this problem.
~zen