Once again, it is time for one of my little tools, which the world does not need (but I do). The idea is simple: think of a series of files in one directory, e.g. music files of a audio book or video files of a TV series. Every once in a while you watch/listen to one of the files and days later you do not remember, which was the last file you have seen. My tool registers to the context menu of the Windows Explorer and provides a simply way of setting a bookmark at the file in the directory. The bookmark is an empty file with the same name, additionally using an extra file name extension). The whole thing is no shell extension, but a simple, normal DotNet application which writes to the right places in the registry. Simple, not elegant, but working.

FileBookmark.zipFileBookmark.zip File Bookmark Utility
[91.2 KB; MD5: bd58a615775c9897ae82536bb678b05b; More Info]

And, just because I can, here is the source code::

FileBookmark_src.zipFileBookmark_src.zip File Bookmark Utility Source Code
[60.2 KB; MD5: 84071f778ccb81b0c39101577a3fa204; More Info]

Software should solve problems. Sometimes this is the case.

I had a problem:

I have a somewhat older convertible laptop, an ASUS Aspire 1820PT. A nice and cheap convertible of it’s time. With touch screen support for up to two fingers and with an acceptable computational power. I have upgraded it in the meantime with an SSD and I am now running Windows 8. So far so good. The problem, however, is that the tilt sensor is no longer supported by Windows 8. :-(

So I needed a solution. Hacking drivers or even writing drivers myself is not up my alley. I am an application developer. But, if something does not work automatically (anymore), we just need to make the manual use as comfortable as possible. That’s why I wrote a tiny tool: the DisplayRotator.

The idea is simple: the tool is attached to the taskbar. As soon as it is started it shows DisplayRotatorScreena simple window with four buttons for the four possible display rotation settings. Press one of these buttons and the display settings are changed accordingly. With this, I can setup my desktop orientation of my convertible with two clicks, even two tapps with my finger, and rotate the desktop aynway I like.

DisplayRotator.zipDisplayRotator.zip Display Rotation Tool
[152 KB; MD5: 07c3efddd05a98bf4d02db595b87f2fe; More Info]

And, because I can, the zip also contains the source code of the tool. It is written in C# and naturally uses the Windows API to change the display settings. Nice and easy. With the same code basis all display settings can be changes, like screen resolution and refresh rate. Even detaching or attaching monitors to the desktop is possible. Ok, the code for these functions is not in the tool, but the API calls are the same.

Maybe the tool can be of use to someone else too.

 

While I was coding for Mr. Burns 3 config-dialog window I realised that I made a silly mistake in the GUI of Dib. Sometimes, reading or writing the desktop icon information takes several seconds and the Dib GUI did not show that the program was still busy. I mean, how stupid is that.

Dib.1.3.15.0.zipDib.1.3.15.0.zip Desktop Icon Backup
There is a newer Version of this File available
[377 KB; MD5: 82bb2c82aeaf070412c40192fbe3390e; More Info]

So I loaded the Dib project and made this little change (less than 30 minutes of work). Therefore, here it is: a mini update for Dib.

Last week I tried to use DIB to restore the icon positions on my computer at work. However DIB told me that he couldn’t find my desktop. … wut?

So, I debugged a little and checked what was happening. Actually, the desktop window was really detached from the desktop’s process main window. I have no idea what happend, but since this strange state survived even a reboot of my machine, I decided to update DIB to be able to work with this situation as well. Here it is:

Dib.1.4.16.0.zipDib.1.4.16.0.zip Desktop Icon Backup
Selected File Version not found, showing newest Version instead
[378 KB; MD5: 846a6d216e74ad0f09eae94f1f2279d7; More Info]

About two years ago I was tinkering with code for changing the resolutions of my monitors. Of course, I screwed up several times and broke the layout of the icons on my desktop. So I searched the internet for a tiny as-simple-as-it-can-get tool to store and restore the layout of my icons. I did not find any. I mean, I found hundreds, but some were to blown-up by functions I don’t want (background services automatically detecting screen resolution changes, or something like that) and some were shareware.

Shareware!

I mean … WTF?!

Don’t get me wrong. I have nothing against someone earning money with a useful and good-written software, but such a tiny little icon tool. I mean, it’s far less complex than Calc.exe of Notepad. I was really miffed and so I decided to write such a tool by my own and to give it away as freeware. Yes, freeware. Just, because I can.

Dib.1.4.16.0.zipDib.1.4.16.0.zip Desktop Icon Backup
Selected File Version not found, showing newest Version instead
[378 KB; MD5: 846a6d216e74ad0f09eae94f1f2279d7; More Info]

And here it is: Desktop-Icon-Backup (DIB). Written in C# with Windows Forms and a whole bunch of P/Invoke. It only took me two or three afternoons to make it work. I am absolutely sure that somewhere out there a tool like this exists, and that I missed it, like I missed many others. Who cares? Now the world is blessed with one more freeware. Get it and have fun with it.