Jump to content

Vote Now!  

5 members have voted

  1. 1. How do you feel about CLock 1.0 Beta

    • Very Good!
      0
    • Good!
      1
    • Average
      1
    • Bad
      0
    • Very Bad!
      3


Recommended Posts

Posted (edited)

This is my first programs :

CLock

Version 1.0 Beta

Features

- Easy to use with hotkeys.

- Nice and simple GUI.

- Hide your working desktop.

- Secure password.

- XP supported.

Download : file attached

Source (now available)

Hotkeys :

- F10 : Start programs

- F11 : End

CLock1.0.exe

Script.au3

Edited by logmein
Posted

What does it do, exactly? "hide" my desktop until I type my password? The gui can be minimized with Win+D or Alt+tab. The program can be closed from the tray.

Posted (edited)

this is definitly not secure yet..

at start do this: ProcessClose('explorer.exe')

at end do this: run('explorer.exe')

also do something like: if ProcessExists('taskmgr.exe') then ProcessClose('taskmgr.exe')

and.. change the name cause alot of people will think this is a clock.. :)

/edit:

Ow I forgot: also add this:

If not WinActive($LWindow) then WinActivate($LWindow) < will probaly solve all your problems

Edited by ludocus
  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...