Chapter 1 Walkthrough (WPF) - Animal Matching Game

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ธ.ค. 2024

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

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

    12:37 I noticed there is no parenthesis on after new List but there is one in the book. I guess it doesn't make a difference anyway

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

    Great book

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

    how can i even freaking make the emojis show up on the screen on visual studio code 2022 version after i press debugging??? it says it's error

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

      You'll need to make sure you enter the XAML and C# code exactly like they appear in the book, it's really easy to accidentally cause an error with a misplaced ) or , or ;.

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

    В версии 2022 не ставятся эмоджи, как это исправить?

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

    I disabled the runtime tools, but there are always 4 emojis left that stubbornly won't disappear ... they generally appear in the first two rows of the grid. Any additional thoughts to correct this problem? I would love to see the message appear at the end, after I'm done!

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

    I am stuck on the MatchGame program at the first time you try and run it to just get the game grid with the animals showing up in it. I do not get any error messages. I don't get any game window displayed. The diagnostic tools window displays with a graph showing my processing memory running between 75-80. I let it run for about 15 second before killing the program. I have verified that my code looks identical to what is in this video. Can you suggest a place to look to get around this issue? I've quadruple-checked my code. Thanks for any suggestions.

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

      I'm so sorry to hear that you're having trouble! I'm happy to try to help-can you share your code on GitHub so I can have a look?

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

    Hey I am going through your book right now and for some reason the emoji i used "windows key + ." to type won't shop up it is just the rectangle you usually see when something can't display an emoji. This isn't a serious issue and I will probably just replace them with letters or something and continue but idk what's up.

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

      That's really weird - the emoji panel is built into Windows. You can learn more about it here: blogs.windows.com/windowsexperience/2018/08/13/windows-10-tip-emoji-panel-overhaul-includes-more-languages-ways-to-insert-multiple-emoji/
      Glad it didn't keep you from finishing the project!

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

    My emojis didnt show up the first time I clicked Start and it was because I read TextBlock as TextBox 🙄

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

    I just finished this an hour ago… I bought the 4.th edition last week because I want to learn wpf that why i preferred it over the 5th
    But I don’t know I really didn’t understand the half of the project 🤦🏻‍♂️cause I’m so stupid

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

      You're not stupid!! There's a lot of stuff in that project, and the whole point is to get you used to seeing C# code and creating apps. You'll learn all about the different parts of C# it uses throughout the book, and by the end of the book you'll understand everything that's going on.

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

    i wrote and re-wrote the code about 5 times now... i watched this video and its the same thing i did those 5 times... but i keep getting "System.Runtime.InteropServices.COMException: 'The component cannot be found. (0x88982F50)"

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

      How did you put the emojis in ? Google says this error is common reading the images. I have done the code from the book and it worked perfect. Do you have USING System.Windows.Threading; at the top ?

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

      @@Tommyt212002 I had. in the end i started the thing from scratch, and it worked... i really dont know what was wrong. So much so that the second time around i tried to recreate the error but i couldn't.

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

      ​ @tarandril95 Glad you got this error fixed. We've never seen that one before! That's usually an error that happens when you try to load a bad image file, like a jpeg file with an invalid tag. It might happen if a broken image file gets accidentally dragged onto your window in Visual Studio-maybe that's what happened!

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

    Hi super:)

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

    does anybody else have an issue with random.next not working on page 25. My code looks exactly the same but it says random does not exist in the current context.