XAML WPF - Styles Part 1, Window Resources

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ก.พ. 2025
  • In this video we discuss using styles in WPF and utilizing the resources in a Window of our application. We cover extending styles using the BasedOn property and creating base styles for specific controls. This is part 1 of learning styles in WPF.
    Code from this episode:
    Coming soon...
    *Support me on Patreon
    www.patreon.co...
    ** Tip Jar **
    Paypal: toskerscorner@outlook.com
    BTC: 3DkvwvcQ8Vt2U84jdtEhNBx2Ueai3Xttmu
    ETH: 0xFf79A145e1ED6F538607Ec374968e605cbea758b
    BCH: qqpgrnzuhc5hav4e79m8nfhmugs46jtl0ujxcu0tj5
    LTC: MHXQmJA3hkwTPeArB9QPNkcLiHQx723yMb

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

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

    Really good and simple to learn. Cover things very clearly.

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

    Even though this is an old video, the content you supplied greatly helped me understand.
    P.S. It also help this old brain remember how its done! Thanks Tosker!

  • @19jewels95
    @19jewels95 3 ปีที่แล้ว +1

    Content creators like you are the reason I don't pull my hair out and rage shut down the computer. So thank you!

  • @eightiesfan9006
    @eightiesfan9006 2 ปีที่แล้ว +1

    Outstanding! One of the best I've seen.

  • @Issam_seb
    @Issam_seb 2 ปีที่แล้ว +1

    Thank you, simple and clear explanation.

  • @bendunaway8296
    @bendunaway8296 2 ปีที่แล้ว +2

    Great video dude. Near perfect method and pacing for teaching. Thanks!

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

    thank you for your tutorials for a new learner of WPF

  • @iamzumie
    @iamzumie 3 ปีที่แล้ว +1

    Nice tutorial! Worth checking out ;)

  • @stratman1234
    @stratman1234 5 ปีที่แล้ว +3

    That is so useful. I can see this being useful for such things as dark themes, etc.

  • @myHandleNotAvailableYet
    @myHandleNotAvailableYet 3 ปีที่แล้ว +1

    Awesome job. To the point...

  • @yuzararyadi7843
    @yuzararyadi7843 8 ปีที่แล้ว +15

    great tutorial.. thank you so much

  • @AnimeeNoa
    @AnimeeNoa 4 ปีที่แล้ว +2

    Helpful for a new learner, thanks!

  • @theshubhagrwl
    @theshubhagrwl 6 ปีที่แล้ว +4

    Nice tutorial man. Keep making videos like these..

  • @lebeluet
    @lebeluet 5 ปีที่แล้ว +1

    Good Video. Quick and Instructive. Merci!!!

  • @niqquie9702
    @niqquie9702 5 ปีที่แล้ว

    10/10 Explanation. Can't do better, thanks a lot.

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

    Thank You

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

    great tutorials, thanks man

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

    Nice short and complete video. Thanks! Wondering if it's possible to put styling in another file...

    • @jannickbreunis
      @jannickbreunis 2 ปีที่แล้ว +2

      Which is answered in the next video! Awesome.

  • @Guts-zo3jv
    @Guts-zo3jv 4 ปีที่แล้ว

    Awesome. Thank you!

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

    Highly appreciated. All the videos were too advanced, needed a simple breakdown.

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

    Thank you!

  • @juanclopgar97
    @juanclopgar97 4 ปีที่แล้ว

    great video!!, I've a question. I come from windows forms and I'm new in WPF, My question is what does 'x' mean?
    I see in some codes something like "x:Name=..." or "Name= " what is "x" a namespace??, and how a namespace has Properties?, or xaml namespaces are different than C# namespaces?

  • @RobertShane
    @RobertShane 4 ปีที่แล้ว

    Is XAML, XAML? Meaning does XAML for WPF work the same as XAML for UWP? I tried following along and everything worked except the line BasedOn=...

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

    Hello , i ve just discovered your chanel and your WPF knowledges you provide , the tutorial are very very good for me , it helps me a lot in understanding the basics and more , Your PATREON page is not available ,can you provide me a way to thank you for your help , do you have UDEMY courses , about WPF?

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

    great tutorial, my local .Net developers depends evetything on DevExpress, that such a shame for me stepping into c# and finding the way to customize everything like this which make me become so much different from other .Net developer and m thinking about moving to Java or PHP.

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

      Saravuth Seng If you are looking at web, Asp.net is cool, its something im trying to get more familiar with now

  • @hedbisker3991
    @hedbisker3991 6 ปีที่แล้ว +1

    How do using CornerRadius in TextBox :D Thanks a lot for this video!!

  • @useruser6583
    @useruser6583 8 ปีที่แล้ว

    How do i create a timer that can be share by other window

    • @ToskersCorner
      @ToskersCorner  8 ปีที่แล้ว +1

      User User A "TIMER" should not be shared by a "WINDOW". You should have this answered if you look deeper in to OOP. Ever so, if you MUST you should look in to something called "dependency injection".