validate

How to Check if Password is Strong or Weak in Python

Submitted by razormist on

In this tutorial, we will program "How to Check if a Password is Strong or Weak in Python." We’ll focus on validating a password to determine whether it meets the requirements for strength. The objective is to safely check if the entered password passes the necessary qualifications. A sample program will be provided to demonstrate the coding process effectively.

Validating a TextBox Using an Error Provider in Visual Basic 2008

Submitted by janobe on
Today, I will teach you how to validate a Textbox using an ErrorProvider in Visual Basic 2008. With this, you will know what are the inputs you are going to put in the textbox and it will notify you whatever errors that you might encounter. Let’s begin: Open Visual Basic 2008 and create a new windows application. Drag the two TextBoxes, a Button and an Error Provider in the Form.

Email Validation using VB6

Submitted by donbermoy on
Last month, I had discussed already in vb.net on how to make a program that can validate or determine whether an inputted email address is true or not. Now, i have here a different version of email validation written in VB 6.0. strong>Now, let's start this tutorial! 1.Let's start this tutorial by following the following steps in Microsoft Visual Basic 6.0: Open Microsoft Visual Basic 6.0, click Choose Standard EXE, and click Open. 2.