Simple Navigation View in C# Winforms

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ม.ค. 2025

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

  • @roberthecht2234
    @roberthecht2234 ปีที่แล้ว

    Exactly what I was searching for ! Thanks

  • @MarkRyanDarang
    @MarkRyanDarang 11 หลายเดือนก่อน

    Great work ❤

  • @franciscoroyovelasco7476
    @franciscoroyovelasco7476 2 ปีที่แล้ว

    Great explanation Bryan, thx!

  • @driesduraan7627
    @driesduraan7627 8 หลายเดือนก่อน

    In the video 8:30 i get errors in this { new UserControl1(), new UserControl2(), new UserControl3()};

    • @technical3998
      @technical3998 หลายเดือนก่อน

      Late reply, but for anyone else with this problem, this fixed it for me.
      List userControls = new List
      {
      new UserControl1(),
      new UserControl2(),
      new UserControl3()
      };

  • @SIurps
    @SIurps 8 หลายเดือนก่อน

    Splendid!

  • @osamamirza4220
    @osamamirza4220 2 ปีที่แล้ว

    Thanks so much this was so helpful 😊

  • @franciscoroyovelasco7476
    @franciscoroyovelasco7476 2 ปีที่แล้ว

    Good explanation, thx!

  • @ismaelsaifo1864
    @ismaelsaifo1864 2 ปีที่แล้ว

    Brilliant. thanks for your help :)

  • @javadkhavary5168
    @javadkhavary5168 2 ปีที่แล้ว

    thanks myfrende

  • @ultimatesolutionsialkot8308
    @ultimatesolutionsialkot8308 ปีที่แล้ว

    Source Code?