CompuLock [DOWNLOAD AVAILABLE]
Here is the place to post images, videos and downloads of your current and upcoming applications that you are working on.
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!

Form1

The "locked" screen..

Toolbox -> Leave a message

Check your messages (this will automatically show up when you leave CompuLock.)

unlock your computer

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..

You can check "Tekens" to see what you are typing. Or what you typed.

New messagesystem..

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..

Form1

Filled in... ^,^ kinda the same as previous.

Just form2.. (locked screen)

leave a message.. xD

when you enter the wrong pass, it shows an "wrongpass" messagebox and a "hint" messagebox.. xD

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
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!


Form1

The "locked" screen..

Toolbox -> Leave a message

Check your messages (this will automatically show up when you leave CompuLock.)

unlock your computer


after unlocking xD
Uhmn! That's it!
Do you have a good idea?

What do you think about the layout? ...
etc.
EDIT:
I changed some things.


You can check "Tekens" to see what you are typing. Or what you typed.

New messagesystem..


You can choose "read messages", but you first have to fill in your password.


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..

Form1

Filled in... ^,^ kinda the same as previous.

Just form2.. (locked screen)

leave a message.. xD

when you enter the wrong pass, it shows an "wrongpass" messagebox and a "hint" messagebox.. xD

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
Last edited by iLenkaa on Sat Jan 22, 2011 6:02 pm, edited 8 times in total.
Yeah, I'm still busy with that ..
do you know how to fix this?
do you know how to fix this?

Axel wrote:Disable closing it by task manager :P
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

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
Well, I was making my own version of this a while ago, so i'll share some code I used in mine cooll;

Also, add this to your form so it cant close
Code: Select all
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 Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
Me.BringToFront()
Me.Activate()
End Sub

Also, add this to your form so it cant close
Code: Select all
Hope it helps, cant wait to see the end result cooll;Private Sub Form1_FormClosing(ByVal sender As Object, ByVal e As System.Windows.Forms.FormClosingEventArgs) Handles Me.FormClosing
e.Cancel = True
End Sub
Visit BW Photography and check out my photos!
This looks really good and ill be interested in trying this out when its released cooll;
Welcome to CodenStuff.com Learn Code, Love Code. Thank you for being a member of the community.
Nice work iLenkaa
love to try it out someday
are you using a database or xml file to save the message's.
Keep up the great work ;)
Dummy1912
love to try it out someday

are you using a database or xml file to save the message's.
Keep up the great work ;)
Dummy1912
visit us on:
http://www.softpedia.com/get/System/Lau ... -Run.shtml
Check it out ! http://www.softpedia.com/publisher/I-A- ... 90017.html
Check it out ! http://www.softpedia.com/get/Desktop-En ... lock.shtml
http://www.softpedia.com/get/System/Lau ... -Run.shtml
Check it out ! http://www.softpedia.com/publisher/I-A- ... 90017.html
Check it out ! http://www.softpedia.com/get/Desktop-En ... lock.shtml
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?
Haha :P
You're funny :P
Just keep both eyes XD
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?
Copyright Information
Copyright © Codenstuff.com 2020 - 2023