Search results
18 sie 2010 · Use ShowDialog() to open the login form. Then you don’t need to hide or disable the Mainform yourself. In fact, if you want the login form to appear at the beginning of the application, consider showing it before even loading the Mainform:
7 sty 2014 · Have your login as the first screen your user visits. If they pass, then show the main app form and hide the login. If they fail, simply display a message stating that.
22 gru 2023 · It returns the user object that is found in the database with the credentials specified by the end user who is logging on. To use a custom authentication instead of a default authentication, assign an instance of your class to the Application.Security.Authentication property.
12 paź 2023 · Aby dowiedzieć się, jak utworzyć aplikację Windows Forms, zobacz Samouczek: Tworzenie nowej aplikacji WinForms. Po co migrować z platformy .NET Framework. Formularze systemu Windows dla platformy .NET udostępniają nowe funkcje i ulepszenia w programie .NET Framework.
8 sie 2024 · When developing a C# Windows Forms application that requires user authentication, implementing a robust login system is crucial to ensure the security of your software. In this tutorial, we will guide you through the process of creating a login authentication mechanism using C# in Windows Forms.
23 sty 2019 · Learn how to build a WinForms application using MVVM best practices. Explore over 100 modules that demonstrate data binding, commands, services, and more.
21 lis 2022 · Learn how to use the Login Form, a sign-in form that accepts user email and password information, with DevExpress UI Templates. See how to customize the form title, button, and links, and how to implement the form actions.