What are Coding Snacks?

Coding Snacks represent the best of DonationCoder.

On a special section of our forum, anyone can post an idea for a small custom utility/program.

Coders who hang out on our forum keep an eye out for interesting requests and when they see one that catches their interest, they code it and release it to the public for free.

People who find the tools useful are encouraged to donate directly to the coders to show their appreciation.

Forum Links:

  • Browse completed coding snacks: here.
  • Browse and submit new requests: here.
Latest Forum Posts

Toddler Trap: I don't have to worry anymore
My nephew is sometimes coming over and I would accept any bet that he is heading straight towards the computer pressing buttons and moving the mouse around. This can cause some irritation and probably damage and I finally found a way to stop him. This is actually helpful in numerous ways, have you ever tried watching a movie with a kid on the computer? Then I discovered Toddler Trap by Skrommel a member of Donation Coder.. So, whenever he comes the first thing I do is start up Toddler Trap and let him have his fun. I don't have to worry anymore and he is happy.
gHacks.net Blog image

What are Coding Snacks?

Coding snacks are small custom utilities written by coders who hang out on DonationCoder in response to requests posted on our forum.

You are viewing a specific blog item. Click here to return to the main blog page.

Monitor Dimmer Script

I guess this program could be a little more flexible, and its not that amazing, but I wanted to share it as it fulfilled a need I had.
Also, I wanted to share the technique I used as it took me a while to get it to work the way I wanted.

Background:
I have two monitors. Often, I'll watch a movie or play a game on the left one, while I will also be browsing web pages and chatting with people on the right one.
If the movie or game is dark, and I'm looking a mostly white webpage, there is too much light.

Solution:
This program creates a window.  A variable-alpha-transparency, black, always-on-top window, with no titlebar, etc.
It covers my entire right monitor.  BUT, by setting WS_EX_TRANSPARENT, its made transparent to events, and thus mouse clicks, keystrokes, etc. are passed on through to the windows below it.

Win Numpad+ darkens the screen, Win Numpad- lightens the screen, Win Numpad* toggles the overlay on/off.

So, without further ado, I present -- MonitorDimmer. In both AHK and EXE. Enjoy!
--matt

Read more and download..



Share on Facebook