answersLogoWhite

0


Best Answer

:evil: :evil: :evil: :evil :evil:

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Username and password codding in visual basic?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is visual basic control?

Visual Basic Controls work on Visual Studio for Visual Basic and Applications that made by Visual Basic.


How do you make the password character in Microsoft visual basic c plus plus?

The password character is usually an asterisk. ASCII code 42 (hex:2a).


What is the source code for sample login by php language?

This is completely basic login script. you'll definitely have more users(so user database in mySql or a file) and also security and session control stuffs. <?PHP if(isset($_POST['submit'])) { $userName=trim($_POST['userName']); $passWord=$_POST['passWord']; if($userName=="yourName" and $passWord=="yourPassword") { //Contents for logged in user goes here echo 'You are logged in to view protected contents!'; } } echo '<form method="post"> Username : <input type="text" name="userName" /> Password : <input type="password" name="passWord" /> <input type="submit" name="submit" value="Login"> </form>'; ?>


The year of invention of visual basic?

Visual Basic was started in 1991.


How do you make a password program in visual basic 6.0?

This a facility to create a password program easly provided by visual basic. This is done by different ways. one of them I illustrate it.First of all we take a label, textbox, commandbutton and set its property as follow-ovject property discriptionLabel caption Password :Textbox textPassword char *command button caption OKCode for creating a simple password program-Private Sub command1_click()If Text1.Text=12345 Thenmsgbox "Intelligent You locked the password"Elsemsgbox "You are so a idiot"End IfEnd subWhen this program execute then when we enter a password into textbox then if the password is 12345 then message appear in message box is " Intelligen You Breacked the password" otherwise message appear in message box " You are so idiot".


Who developed visual basic?

Microsoft is the developer of visual basic


Who invented the visual basic?

Visual Basic was created by a team at Microsoft.


What is the difference between visual basic and visual c?

The programming language: Visual Basic is a BASIC-like (or BASIC-derived) language, Visual C is... well C.


Who is the developer of Visual Basic?

Microsoft is the developer of Visual Basic.


Is Visual Basic 6.0 compatible with Visual Basic 2005?

No.


When visual basic started?

Visual Basic was started in 1991.


What is the diff between Visual Basic 2005 and Visual Basic dot net?

Visual Basic 2005 is actually a version of VB.NET (v8.0). The latest version (9.0) is Visual Basic 2008.