Multiple User Login Form | C# WPF

Поділитися
Вставка
  • Опубліковано 31 жов 2024

КОМЕНТАРІ • 64

  • @a.danielbarreraserna1556
    @a.danielbarreraserna1556 4 роки тому +6

    Thanks, bro!!! Appreciate your lessons so much 👍

  • @LimeGroupYT
    @LimeGroupYT 4 роки тому +1

    Thanks your vids are so helpful

  • @siobhanpennington4997
    @siobhanpennington4997 Рік тому

    Where do the images come from?

  • @kubapl4117
    @kubapl4117 3 роки тому

    Hey, could you give me some advice on how to use a sql server from my VPS, and not the localhost one?

    • @CSharpCodeAcademy
      @CSharpCodeAcademy  3 роки тому +1

      1 Open SSMS.
      2 The Connect to Server dialog box appears. Enter the following information:
      Server type : Database engine Required value.
      Server name: The fully qualified server name Something like: servername.database.windows.net.
      Authentication SQL Server
      Login Server admin account user ID The user ID from the server admin account used to create the server.
      Password Server admin account password The password from the server admin account used to create the server.

  • @POTAT-pi7mu
    @POTAT-pi7mu 4 роки тому

    Really useful stuff! Is there any chance of seeing this using MVVM?

    • @CSharpCodeAcademy
      @CSharpCodeAcademy  4 роки тому +1

      Possibly, in the upcoming MVVM series.

    • @POTAT-pi7mu
      @POTAT-pi7mu 4 роки тому

      @@CSharpCodeAcademy Nice, thank you mate

  • @Scrumptious_
    @Scrumptious_ 4 роки тому

    i download the SQLEXPRESS pack but couldn't find the WPF database or any of the tables do I go to a link or do i make the dbo.Users table myself?

  • @trysha2340
    @trysha2340 Рік тому

    Thanks

  • @tharishaperera9345
    @tharishaperera9345 3 роки тому

    Hey,
    In 16:27 minute you got an error in System.Configuration class file when you tried to create connection string.
    I have the same issue but when I try to fix it like you did, it doesn't work and visual studio is keep loading. Could you please help me to fix it?

    • @CSharpCodeAcademy
      @CSharpCodeAcademy  3 роки тому +1

      go to package manager and install the nuget package (System.Configuration)

    • @tharishaperera9345
      @tharishaperera9345 3 роки тому

      @@CSharpCodeAcademy It worked, Thank You.❤

  • @GeorgieeeOG
    @GeorgieeeOG 4 роки тому

    After adding the DragMove() function, when I drag or click the application it crashes and greets me with this error:
    System.InvalidOperationException: 'Can only call DragMove when primary mouse button is down.'
    Thoughts on how to fix it ?

  • @Master131
    @Master131 3 роки тому +2

    Gooooood! +1 Subscribe.

  • @josuebriceno29
    @josuebriceno29 4 роки тому +1

    Maybe u could talk in your tutorials, only music it's a little boring to see them.

    • @CSharpCodeAcademy
      @CSharpCodeAcademy  4 роки тому

      Ok, I'll try

    • @m3xpl4y
      @m3xpl4y 3 роки тому

      @@CSharpCodeAcademy you definitely should talk, makes the video much better.

  • @jakubnahoncik7496
    @jakubnahoncik7496 3 роки тому

    Hello, I did everything like you but in my nickname and password textbox, the underline which comes when I click on the textbox is purple and not the color which I want. Any help? Thanks.

    • @CSharpCodeAcademy
      @CSharpCodeAcademy  3 роки тому

      Please make sure you define / change color in App.XAML file

    • @CSharpCodeAcademy
      @CSharpCodeAcademy  3 роки тому

      you can download the source and compare the files, you'll find source link in the description.

    • @jakubnahoncik7496
      @jakubnahoncik7496 3 роки тому

      @@CSharpCodeAcademy Oukay, thanks for help!

  • @zainqureshi7596
    @zainqureshi7596 4 роки тому

    Great stuff 👍

  • @Azuregoat1827
    @Azuregoat1827 4 роки тому

    would this work for my antivirus program

  • @florianwiedenbein8812
    @florianwiedenbein8812 4 роки тому

    Error CS1069 The type name 'SqlCommand' could not be found in the namespace 'System.Data.SqlClient'. This type has been forwarded to assembly 'System.Data.SqlClient, Version=4.6.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' Consider adding a reference to that assembly. CleanUI C:\Users\MDeS_SpeX (Florian)\source
    epos\CleanUI\CleanUI\MainWindow.xaml.cs 27 Active
    All is running but the Databank migration stuck.
    I dont have Settings when i click on my Project Properties and i have manual add a App.config

    • @CSharpCodeAcademy
      @CSharpCodeAcademy  4 роки тому

      re-install the System.data.sqlclient nuget package and rebuild your project.

  • @misteraxolotl
    @misteraxolotl 3 роки тому

    Hello, why txtUsername.Text and txtPassword.Password dosn't exist for me ?

    • @CSharpCodeAcademy
      @CSharpCodeAcademy  3 роки тому +1

      assign a name to your controls then you'll be able to access properties and methods.
      txtUsername and txtPassword are the names assigned to the textbox controls, follow the timeline 7:30

    • @misteraxolotl
      @misteraxolotl 3 роки тому

      Yes sorry I didn’t see 😅 but now I have another problem when I write the username and password it says this: "System.InvalidCastException: 'Cannot cast a DBNull object of other types. "

  • @LEXKAY02
    @LEXKAY02 4 роки тому

    wow thx bro❤

  • @Omarhi51llarious4tsxdl1l
    @Omarhi51llarious4tsxdl1l 4 роки тому

    I would like to know Who login from the user? How to display his name in screen?

    • @CSharpCodeAcademy
      @CSharpCodeAcademy  4 роки тому +1

      you can select username, in the 'select status' query then you can get the user

  • @sallasrilekha3879
    @sallasrilekha3879 2 роки тому

    How to navigate for another page by clicking login

    • @CSharpCodeAcademy
      @CSharpCodeAcademy  2 роки тому

      stackoverflow.com/questions/21706226/how-to-navigate-between-windows-in-wpf

  • @theofficialamt6626
    @theofficialamt6626 3 роки тому

    How about adding registration page

    • @CSharpCodeAcademy
      @CSharpCodeAcademy  3 роки тому

      You can create a registration page as well using this concept

  • @m3xpl4y
    @m3xpl4y 3 роки тому

    good tutorial but at least you should implement a hash , better would be hash+salt... it is usefull to know how to make a login, but useless without the encrytping method

    • @CSharpCodeAcademy
      @CSharpCodeAcademy  3 роки тому

      Great suggestion!

    • @cookieskush
      @cookieskush 2 роки тому

      ua-cam.com/video/506qCoewZH8/v-deo.html heres a good video that i found helped me out for that

  • @mnopqrst7284
    @mnopqrst7284 3 роки тому

    how to store login info in session?

    • @CSharpCodeAcademy
      @CSharpCodeAcademy  3 роки тому

      it's a client base app, but you can read about session here => docs.microsoft.com/en-us/dotnet/api/system.web.httpcontext.session?view=netframework-4.8

  • @sweetsour2425
    @sweetsour2425 3 роки тому

    When i typed BorderBrush="White" it gave me an error

  • @MrDeki72
    @MrDeki72 2 роки тому

    Do you have an e-mail address? I would have a longer question there.

  • @LucyWings
    @LucyWings 4 роки тому

    Source code? I would like to tinker with it :)

    • @CSharpCodeAcademy
      @CSharpCodeAcademy  4 роки тому

      you can follow the tutorial for now, we'll update the description with the link.

    • @LucyWings
      @LucyWings 4 роки тому

      @@CSharpCodeAcademy okay, thanks

    • @eachannelearn5811
      @eachannelearn5811 3 роки тому

      ua-cam.com/video/WBm4C7_IJtg/v-deo.html

  • @dove8506
    @dove8506 3 роки тому

    卧槽 叼叼叼 6666