About 1,330,000 results
Open links in new tab
  1. How to create a user control - Windows Forms .NET

    Apr 2, 2025 · This article teaches you how to add a user control to your project and then add that user control to a form. You'll create a reusable user control that's both visually appealing and functional. The new control groups a TextBox control with a Button control.

  2. Login User and User Registration Form in VB.net

    Oct 6, 2015 · In this tutorial, I will show you how to create a User Registration and Login Form in VB.net and MySQL Database. Login form vb code will be discussed thoroughly in this lesson. With this, you can log in the user that you have registered in the Registration Form. Using the login form vb code, you can create your visual studio login form database.

  3. Creating User Accounts (VB) | Microsoft Learn

    Jun 28, 2023 · In this tutorial we will explore using the Membership framework (via the SqlMembershipProvider) to create new user accounts. We will see how to create new users programmatically and through ASP.NET's built-in CreateUserWizard control.

  4. How to make login page code with multiple users simpler?

    Mar 17, 2014 · Usernames and passwords have a 1-to-1 relationship (each username has one password), so it's sensible to express that in code. The easiest way is to use a Dictionary to create a mapping username->password. Then we can use TryGetValue to check if the username exists and retrieve the password:

  5. Creating a Simple User Control with Visual Basic - CodeGuru

    Jul 23, 2014 · Once the project has loaded, add a user control to the project by clicking Project, Add User Control. You may name the User Control ScrollText if you like. The User Control will appear.

  6. Allow Creation of new user account for program I'm building in visual basic

    Oct 2, 2015 · I would now like to add button allowing a new user to create a new account and login, you know like you see on most programs and websites. I know this will require a database of some sort and relevant code.

  7. How to code a VB.NET Login Form? - The Geeks Club

    Sep 26, 2019 · It is easy to code a login form in Vb.net, so let’s see how we can do that. How to code a VB.NET Login Form? For a login form, we need to drag some items to the form, drag two text boxes, two command buttons, and two labels. Arrange them such that they appear as the login form. (See the image below). Completely design your form!

  8. windows - Visual Basic: Adding users and group - Stack Overflow

    Sep 19, 2014 · I'm updating an installer and need to create a Windows group and add (existing) users to that group. The users are IIS pseudo-users, ie IIS APPPOOL\username. Is there a simple way to do this using VB6 or VB.NET? I can't find an obvious library/API or …

  9. 1/2 - Creating a Full working app in Visual Basic With multiple users ...

    Dec 1, 2024 · Create a Full working app in Visual Basic (in VB) by using Visual Studio. This Tutorial will teach you how to create settings and add multiple users as well as a serial number. You will...

  10. Login User and User Registration Form in Visual Basic 2008 …

    In this tutorial I will show you how to create a Login User and User Registration Form using Visual Basic 2008 and MySQL Database. In this features, you can Register and Login what you’ve Registered in the User Registration Form .

  11. Some results have been removed
Refresh