PDA

View Full Version : WindowsUtils (shortcuts written in Pascal)



Wizard
17-01-2008, 11:48 AM
Hi everyone, here's a small program I've made with Delphi. It's a replacement for the windows menu --- sort of a shortcut --- to some windows functions.

Use it for free if you want :-) Only tested on WinXP SP2, use at your own risk.

Your comments are welcome :idea:

http://www.mediafire.com/?5th1xdumctn
http://www.postimage.org/aVm1r_A.jpg (http://www.postimage.org/image.php?v=aVm1r_A)

chronozphere
17-01-2008, 03:35 PM
Can you explain how this exactly works... do these buttons appear when i press the start button?
Does it modify the registery?

It looks nice anyway.. Maybe an idea to make cool transition effects when the menu appears/dissapears... and you can . ;)

Good luck with it :)

Wizard
17-01-2008, 05:47 PM
Hi, it doesn't modify the registry and does'nt appear when you press the windows start button. It's a stand-alone app and uses ShellExecute() commands in Pascal. I was tired of going through the windows menu to access certain things, now the app sits on my desktop and I access commands from there ... reboot etc. Simple. I'll look into fade effects as suggested :idea: