CompuLock [DOWNLOAD AVAILABLE]

Here is the place to post images, videos and downloads of your current and upcoming applications that you are working on.
30 posts Page 1 of 3
User avatar
iLenkaa
Top Poster
Top Poster
Posts: 170
Joined: Mon Nov 01, 2010 1:17 pm

CompuLock [DOWNLOAD AVAILABLE]
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
Last edited by iLenkaa on Sat Jan 22, 2011 6:02 pm, edited 8 times in total.
Image
Image
Image
Image
Image
Image
User avatar
Axel
Coding God
Coding God
Posts: 1928
Joined: Sun Jun 27, 2010 9:15 pm

Re: CompuLock
Axel
Disable closing it by task manager :P
http://vagex.com/?ref=25000
User avatar
iLenkaa
Top Poster
Top Poster
Posts: 170
Joined: Mon Nov 01, 2010 1:17 pm

Re: CompuLock
iLenkaa
Yeah, I'm still busy with that ..
do you know how to fix this? :)
Axel wrote:
Disable closing it by task manager :P
Image
Image
Image
Image
Image
Image
User avatar
lesan101
Top Poster
Top Poster
Posts: 193
Joined: Tue Jun 29, 2010 8:10 am

Re: CompuLock
lesan101
dude, nice!
i going to defiantly uSe this..hope its almost done xD
Image
User avatar
iLenkaa
Top Poster
Top Poster
Posts: 170
Joined: Mon Nov 01, 2010 1:17 pm

Re: CompuLock
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
Image
Image
Image
Image
Image
Image
User avatar
MrBrockWalker
VIP - Donator
VIP - Donator
Posts: 171
Joined: Mon Jul 05, 2010 10:30 am

Re: CompuLock
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;
Visit BW Photography and check out my photos!
User avatar
CodenStuff
Site Admin
Site Admin
Posts: 4392
Joined: Tue Aug 04, 2009 1:47 am

Re: CompuLock
CodenStuff
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.
User avatar
Dummy1912
VIP - Donator
VIP - Donator
Posts: 1969
Joined: Sat Aug 21, 2010 2:17 pm

Re: CompuLock
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
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
User avatar
Usman55
VIP - Site Partner
VIP - Site Partner
Posts: 2821
Joined: Thu Dec 24, 2009 7:52 pm

Re: CompuLock
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?
Image
User avatar
iLenkaa
Top Poster
Top Poster
Posts: 170
Joined: Mon Nov 01, 2010 1:17 pm

Re: CompuLock
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?
Image
Image
Image
Image
Image
Image
30 posts Page 1 of 3
Return to “Work in Progress”