C# WPF Tutorial #3 - Getting Started with WPF

Поделиться
HTML-код
  • Опубликовано: 11 окт 2024

Комментарии • 56

  • @mohammadalrababh7030
    @mohammadalrababh7030 3 месяца назад +4

    This tutorial playlist is one of the best I've ever seen!
    I can't thank you enough!

  • @devdarshan2110
    @devdarshan2110 Год назад +8

    Just when I was searching for updated WPF tutorials! There you go!!

    • @KampaPlays
      @KampaPlays  Год назад

      Awesome. Let me know if you have any questions!

  • @wookyumkim4669
    @wookyumkim4669 Год назад +8

    Ah..... responsive UI!! 🥰🥰🥰 I love your style so much! Your channel should hit the jackpot.

    • @KampaPlays
      @KampaPlays  Год назад +1

      Thank you!!! Very glad to hear!

  • @lordkelvin1
    @lordkelvin1 8 месяцев назад +3

    Thank you for making this series! Really easy to follow for someone like me who's just starting out :)

    • @KampaPlays
      @KampaPlays  8 месяцев назад

      Great to hear, thank you!

  • @genjishimada3767
    @genjishimada3767 10 месяцев назад +3

    Much better than my uni lecturers. Very clear.

    • @KampaPlays
      @KampaPlays  10 месяцев назад

      Really appreciate that!

  • @franksvga-cs3343
    @franksvga-cs3343 11 месяцев назад +3

    the best wpf tutorial I've seen, excellent work 👍👍

  • @therealkazevfx
    @therealkazevfx 4 месяца назад +3

    this dude is a legend you need an option to donate or something i appreciate the hard work man!

  • @hassannisar3304
    @hassannisar3304 11 месяцев назад +2

    Man! Loved your teaching style. Looking forward for more detailed tutorials on .NET framework.

  • @Leo-pq9tq
    @Leo-pq9tq 4 месяца назад

    Most tutorials always neglect this part, thanks for the quick explanation

  • @MethodOverRide
    @MethodOverRide Год назад +8

    I had no idea the drag and drop did that! Looking at this I could see how you could have some template projects if you needed to slap something together for a quick UI or use as a starting point.

    • @KampaPlays
      @KampaPlays  Год назад +3

      Definitely! Soon we'll go over custom controls and reusable style resources. Those two things together let you create a wealth of reusable GUI code just by organizing things well. You can even create a class library of your controls/resources and simply reference them in your XAML when needed. (And there are already lots of open source existing GUI packages that give all sorts of great controls) Very powerful stuff.

  • @diegobonfil7785
    @diegobonfil7785 3 месяца назад +1

    Beautiful

  • @ethanbuttazzi2602
    @ethanbuttazzi2602 3 месяца назад

    i just wanna add that, you can edit the preset properties in the "Properties Menu" as well as removing and such, so feel free to use the drag and drop, just remember to configure it propertly.

  • @a1534-d7k
    @a1534-d7k 10 месяцев назад +1

    Thank you for this wonderful tutorial

  • @owenschaff292
    @owenschaff292 Год назад +2

    This was really helpful thanks! I tried using the drag and drop method originally but I have come to like just writing my own code and building it from there, especially since I am very used to using html

    • @KampaPlays
      @KampaPlays  Год назад

      Glad to help, and yes, once you get used to writing it out yourself, it's a lot faster!

    • @dariostromajer1625
      @dariostromajer1625 Год назад +1

      @@KampaPlays Wow you're a legend.. Still replying to comments immediately. Can't wait to learn WPF. I've been using WinForms in school but it is very limited as you said which made it boring so now I'm trying to switch to WPF.

    • @KampaPlays
      @KampaPlays  Год назад

      Awesome, thank you!! If you have any questions along the way, let me know!

  • @wookyumkim4669
    @wookyumkim4669 Год назад +2

    #VisualStudio2022 !!!! 😌😌 편안~~~

  • @Chikov2
    @Chikov2 7 месяцев назад +1

    Very useful, Thank you.

    • @KampaPlays
      @KampaPlays  6 месяцев назад

      Glad it was helpful!

  • @xRynoTheRS
    @xRynoTheRS 21 день назад

    thank you

  • @jonlbs7
    @jonlbs7 Год назад +1

    Really Awesome .. Thank you !!

  • @orniton
    @orniton Год назад +1

    I like your style

  • @benoitvital7881
    @benoitvital7881 10 дней назад

    very good tutorial thanks a lot

  • @ОлегКраснов-з3т
    @ОлегКраснов-з3т Год назад +1

    jolly good. Tnx.

  • @pakkerto
    @pakkerto 8 месяцев назад +1

    Great Video, i like it😀

  • @liquidmandotcom
    @liquidmandotcom 2 месяца назад +1

    I'm on my laptop, the speakers are maxed out and I still can't hear you. Just sayin'

  • @MuqtadirRajapatel
    @MuqtadirRajapatel 29 дней назад +1

    I love this tutorial, except audio . Your voice is very low. Please fix it and the reupload. I need very quite place to sit and watch these videos.

  • @JessicaSunlight
    @JessicaSunlight 5 месяцев назад

    Can you Star F# project for WPF, I only see C#? Thank you ♥

  • @goncalo_sousa5
    @goncalo_sousa5 5 месяцев назад

    My Visual Studio crashes everytime i try to edit the code on the WPF app... Any idea why this happens?
    I have a good pc and run other programs without any problems, but when I try to do something as simple as editing code on a WPF project the computer just wont let me...

    • @KampaPlays
      @KampaPlays  5 месяцев назад

      Hm. Sounds like VS itself is having issues, have you tried doing a repair/reinstall from the VS installer? If that doesn't work, I would uninstall and install it fresh.

  • @JamesOfToya
    @JamesOfToya 6 месяцев назад

    0:20 seconds in and I'm already stuck. Where is this Create new project screen?

    • @KampaPlays
      @KampaPlays  5 месяцев назад

      Sorry for the delay. Are you using VS 2022? Open it with the launcher?

  • @barbuceanu2005
    @barbuceanu2005 Год назад

    Hello, and thanks for the tutorial. I tried this but I have no WPF template, even after VS 2022 update. Do you have some idea why ?

    • @KampaPlays
      @KampaPlays  Год назад

      Hmm, I'm not sure, but it sounds like maybe something went wrong with the installer. You may want to try to uninstall the current product you have and install with the new installer. Make sure .NET desktop development is selected for install (although i think it always is). Hope it works for you, let me know what happens.

  • @ahmed17476
    @ahmed17476 Год назад +1

    is there any gd websites out there or resources that help better understand the syntax of the data binding i really dont understand how people just figure out what to do with the elements right of the bat

    • @KampaPlays
      @KampaPlays  Год назад +2

      I usually use Microsoft's resources to check things like that, they have good documentation. I agree with you, it's not something you can just look at the first time and figure out without at least an example to follow.
      I also have a video on the basics of data binding (#8 in this series) that might help get you going if you are interested. If you have any questions let me know.

    • @KampaPlays
      @KampaPlays  Год назад +1

      This also looks to be a decent example that might help:
      www.c-sharpcorner.com/blogs/databinding-in-wpf-part-i

    • @ahmed17476
      @ahmed17476 Год назад +1

      @@KampaPlays thank you very much

    • @KampaPlays
      @KampaPlays  Год назад +1

      Welcome!

  • @Shengdanya
    @Shengdanya Год назад

    wpf application is not showing. i googled a lot but couldn't find a solution. it shows wpf app(.net framework) and not wpf application. plz help

    • @KampaPlays
      @KampaPlays  Год назад

      Are you using Visual Studio 2022? If not, your Visual Studio may not include the newer .NET packages, and you will need to get the .NET 6/7 SDK installed.
      If you are using Visual Studio 2022, you might try going to your VS installer (you can search windows start for "visual studio installer" and it should find it, choose "modify" on your installation, and ensure that ".NET desktop development" is selected. You can also choose to "repair" your installation, and if all else fails, reinstall VS. I hope you get it working!

  • @mojitharanasingha9808
    @mojitharanasingha9808 6 месяцев назад +2

    Done : 2024/03/18