I know I saw this in a thread, but I can't for the life of me find it (I've already done a search, and I'm right now looking through the 600+ results :( ). I'm looking for a way way to be able to double-click on the time in my theme (it's a label), and have it bring the Windows "calendar". Anyone remember this, or know how to do this? Thx.
Deuce
TimeLabelOnLeftDoubleClick control.exe timedate.cpl
if that doesn't work, try:
...LabelOnLeftDoubleClick !execute [control.exe timedate.cpl]
bingo, got it working, thanks guys (with dev's answer, I didn't need to try yours egonz, thanks though).
where can I find the name of the control panel apps?
for instance Date/Time is timedate.cpl
anyone know what the .cpl is for System, wanted a label to show that on double click.
just make a search on your hd to find all .cpl files and test them.