Lock

Electronic Lock Android App (All-In-One Lock)

Submitted by donbermoy on
This is one of android apps named Electronic Lock. As you can see, you can customized your android phone in any lock/unlock app that what you want. This is also one of the capstone projects that I have made for a particular school. This app Features: - Signature Lock - Swiping Lock - Sliding Lock - Settings Download the source code. Copy and install the lock.apk to your android phone to run the app. For more inquiries and need programmer for your thesis systems in any kind of programming languages, just contact my number below. Best Regards, Engr.

How to Create a Local Password Lock in Visual Basic

Submitted by GeePee on
Introduction: Welcome to my tutorial on how to create a Local Password Lock in Visual Basic. The fact that it's local just means that the password is hardcoded in to the program and can not be changed without editing the source code of the program. Steps of Creation: Step 1: First we want to create a program with; textbox1 - contain password, label1 - to indicate to the user where to input the password, button1 - to check the password. Step 2: Next we want to create a couple of variables.