Produktdemonstration der Firma Psylock GmbH (www.psylock.com)
login
2.26 Password Login Form / screen using VBA in Access
Creating a Login Form and password protecting your database Here’s the code I used: Username.SetFocus If Username = “user1″ And Password = “user1″ Then MsgBox “Access Granted”, vbInformation, “CD Shop” MsgBox “Welcome”, vbInformation, “CD Shop” DoCmd.Close DoCmd.OpenForm “F_Switchboard” Else MsgBox “Please re-enter your Username and Password.” End If
Crear un login en Visual Studio 2010 Parte 2
Segunda parte: ——————— En este video tutorial aprenderemos a crear un login. Es una aplicación que nos pide un usuario y contraseña para poder iniciar otra aplicación. Se muestra paso a paso las propiedades que se han de poner en cada objeto y se explica el funcionamiento del código fuente. Infosama Technology. infosamainfo.blogspot.com
Crear un login en Visual Studio 2010 Parte 1
Primera parte: ——————– En este video tutorial aprenderemos a crear un login. Es una aplicación que nos pide un usuario y contraseña para poder iniciar otra aplicación. Se muestra paso a paso las propiedades que se han de poner en cada objeto y se explica el funcionamiento del código fuente. Infosama Technology. infosamainfo.blogspot.com
Visual Basic 2010: Advanced login system: Create an account
A tutorial on how to make an advanced login system that allows you to create an account and keep that account after you’ve shut down the computer. I’m curently working on v2, that will need an activation code to create an account Created with Visual Basic 2010 Download the code here: www.megaupload.com Modify this as [...]
[Code] How To Make A Login Program In Visual Basic (2010)
song that were used is Eastern Mysteries Enter the Shogun Executioner The Big Apple Code: LogIn Button: If Textbox1.text =”USERNAME” and textbox2.text =”PASSWORD” then ‘form2.show msgbox”You Are In” ,msgboxstyle.information ‘form2.show else msgbox”Wrong Info” ,msgboxstyle.critical if you have any questions just comment and subscribe
Log-in to read the full story and comments
Log-in to read the full story and comments GamesIndustry.biz is the world’s most read and influential games industry website. But don’t just take our word for it! Read more on gamesindustry.biz