Creating Login Form in C# (Windows Application)

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ก.ย. 2024

ความคิดเห็น • 6

  • @fastcracker8671
    @fastcracker8671 3 ปีที่แล้ว

    well explained! thank you for your explanation

  • @wkidL
    @wkidL 7 ปีที่แล้ว

    I do a bit of coding myself and I would like to tell you,
    Instead of the line:
    MessageBox.Show("Welcome, User");
    You can change it to:
    MessageBox.Show("Welcome, " + user + ".");
    this way, it will say, "Welcome, (whatever you set the username to)."
    I just thought of that as a better way to do the MessageBox.
    Otherwise, great video!

  • @bongcano5556
    @bongcano5556 7 ปีที่แล้ว +1

    Great video!