Page 1 of 3

CompuLock [DOWNLOAD AVAILABLE]

Posted: Tue Jan 18, 2011 9:28 pm
by iLenkaa
Hi guys!
I've been working a few days to a Computer Lock.
I called it CompuLock :)
Uhmn. Yeah, It's not ready yet, but I already have some screenshots! :)
Image
Form1
Image
The "locked" screen..
Image
Toolbox -> Leave a message
Image
Check your messages (this will automatically show up when you leave CompuLock.)
Image
unlock your computer :)
Image
after unlocking xD
Uhmn! That's it!
Do you have a good idea? :) Just leave it below.
What do you think about the layout? ...
etc.

EDIT:
I changed some things. :) Here are some new screens..

Image
You can check "Tekens" to see what you are typing. Or what you typed.
Image
New messagesystem.. :)
Image
You can choose "read messages", but you first have to fill in your password. :) This is "read messages".. :)

I think this is kinda confusing because I made the program in dutch.. ^,^
I'll (try) make it in English too.
EDIT AGAIN:
- Why did I have problems with the security? -> Because it focussed form2, and I worked with other forms so the form to unlock started hiding .. ^,^


Okay, I made it in English, and human can make mistakes, so there will be probably english-mistakes in it.
Also some bugs (I guess).

Uhmn.. Okay, I had to change it because of the security. :P So new screens below..
Image
Form1
Image
Filled in... ^,^ kinda the same as previous.
Image
Just form2.. (locked screen)
Image
leave a message.. xD
Image
when you enter the wrong pass, it shows an "wrongpass" messagebox and a "hint" messagebox.. xD
Image
When you enter the right pass, it closes the locked screen + it shows your received messages.

These are the new screens.
Let me know (below) if you wnt to help me translating or testing :P

NEW VIDEO:
New Option:
Choose between a few backgrounds.
+ Later people will be able to upload their own picture, BUT when they do a picturebox with the CompuLock logo will be visible. If they don't I'll just be the standard wallpaper...

What do you think about it? Leave a comment below.

iLenkaa

Re: CompuLock

Posted: Tue Jan 18, 2011 9:33 pm
by Axel
Disable closing it by task manager :P

Re: CompuLock

Posted: Tue Jan 18, 2011 9:36 pm
by iLenkaa
Yeah, I'm still busy with that ..
do you know how to fix this? :)
Axel wrote:
Disable closing it by task manager :P

Re: CompuLock

Posted: Tue Jan 18, 2011 9:37 pm
by lesan101
dude, nice!
i going to defiantly uSe this..hope its almost done xD

Re: CompuLock

Posted: Tue Jan 18, 2011 9:42 pm
by iLenkaa
Thanks :)
I'm still working on some small things. :P
I'll let you know when it's done :P

Oh, btw: I'm not a dude .. ^,^

iLenkaa
lesan101 wrote:
dude, nice!
i going to defiantly uSe this..hope its almost done xD

Re: CompuLock

Posted: Wed Jan 19, 2011 6:41 am
by MrBrockWalker
Well, I was making my own version of this a while ago, so i'll share some code I used in mine cooll;
Code: Select all
Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
    Me.BringToFront()
    Me.Activate()
End Sub
This will stop the form from loosing focus and keeps brining it to the front, so if they use Ctrl + Alt + Delete, they cant access it :)

Also, add this to your form so it cant close
Code: Select all
Private Sub Form1_FormClosing(ByVal sender As Object, ByVal e As System.Windows.Forms.FormClosingEventArgs) Handles Me.FormClosing
    e.Cancel = True
End Sub
Hope it helps, cant wait to see the end result cooll;

Re: CompuLock

Posted: Wed Jan 19, 2011 8:45 am
by CodenStuff
This looks really good and ill be interested in trying this out when its released cooll;

Re: CompuLock

Posted: Wed Jan 19, 2011 10:15 am
by Dummy1912
Nice work iLenkaa
love to try it out someday :D

are you using a database or xml file to save the message's.

Keep up the great work ;)

Dummy1912

Re: CompuLock

Posted: Wed Jan 19, 2011 11:06 am
by Usman55
I'll keep an eye on this. But wait a moment, then I will have only one eye. Wouldn't it be difficult to see with one eye?

Re: CompuLock

Posted: Wed Jan 19, 2011 3:25 pm
by iLenkaa
Haha :P
You're funny :P
Just keep both eyes XD
Usman55 wrote:
I'll keep an eye on this. But wait a moment, then I will have only one eye. Wouldn't it be difficult to see with one eye?