C# WPF Tutorial #3 - Getting Started with WPF

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

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

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

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

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

      Awesome. Let me know if you have any questions!

  • @genjishimada3767
    @genjishimada3767 Год назад +6

    Much better than my uni lecturers. Very clear.

  • @mohammadalrababh7030
    @mohammadalrababh7030 7 месяцев назад +5

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

  • @wookyumkim4669
    @wookyumkim4669 2 года назад +9

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

    • @KampaPlays
      @KampaPlays  2 года назад +1

      Thank you!!! Very glad to hear!

  • @lordkelvin1
    @lordkelvin1 Год назад +4

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

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

      Great to hear, thank you!

  • @franksvga-cs3343
    @franksvga-cs3343 Год назад +4

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

  • @bryanodinadev
    @bryanodinadev Месяц назад

    Keep creating these types of videos!
    You are good at these!

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

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

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

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

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

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

  • @MethodOverRide
    @MethodOverRide 2 года назад +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  2 года назад +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 7 месяцев назад +1

    Beautiful

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

    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 Год назад +1

    Thank you for this wonderful tutorial

  • @alpazinou7501
    @alpazinou7501 2 месяца назад

    thank you , i'm starting to learn WPF

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

    Very useful, Thank you.

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

      Glad it was helpful!

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

    Really Awesome .. Thank you !!

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

    Great Video, i like it😀

  • @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!

  • @Cahangir
    @Cahangir 20 дней назад

    Just came across your channel and looks like I might make a good use of the WPF content here. Let's see how it goes.

  • @benoitvital7881
    @benoitvital7881 4 месяца назад

    very good tutorial thanks a lot

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

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

  • @TheRSSign
    @TheRSSign 4 месяца назад

    thank you

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

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

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

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

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

    I like your style

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

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

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

    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  9 месяцев назад

      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.

  • @Ah7724-Cyborg
    @Ah7724-Cyborg Год назад +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

    • @Ah7724-Cyborg
      @Ah7724-Cyborg Год назад +1

      @@KampaPlays thank you very much

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

      Welcome!

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

    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!

  • @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.

  • @MuqtadirRajapatel
    @MuqtadirRajapatel 4 месяца назад +2

    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.

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

      This might sound crazy but.. have you considered turning up your volume? 🤯🤯🤯

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

      @@mrredstonia yes, I did.

  • @mint_storm69420
    @mint_storm69420 5 дней назад

    *prevent the resize the window*

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

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

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

    Done : 2024/03/18

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

    Hi friend i need your help for my office project i will pay you 😢 please help me my manager scolding me 😢

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

    jolly good. Tnx.