C# WPF UI | How to Design Dark Mode Wallet Payment Dashboard in WPF

Поделиться
HTML-код
  • Опубликовано: 12 янв 2022
  • Hello my friends , in this tutorial we'll learn how to create a dark mode wallet payment dashboard in C# WPF. also we'll learn how to install and use FontAwesome nuget for icons and we use linear gradient in xaml.
    --------------------- Social Networks -------------------------
    Instagram : / wpfacademy
    Facebook : / wpfacademy
    Telegram : t.me/WPFAcademy
    --------------------- Music -------------------------
    1.
    Life by Roa / roa_music1031
    Creative Commons - Attribution 3.0 Unported - CC BY 3.0
    Free Download / Stream: bit.ly/_-life
    Music promoted by Audio Library • Life - Roa (No Copyrig...
    2.
    We Are Here by Declan DP / declandp
    Licensing Agreement: declandp.info/music-licensing
    Free Download / Stream: bit.ly/_we-are-here
    Music promoted by Audio Library • We Are Here - Declan D...
    3.
    Puzzle by Roa / roa_music1031
    Creative Commons - Attribution 3.0 Unported - CC BY 3.0
    Free Download / Stream: bit.ly/al-puzzle
    Music promoted by Audio Library • Puzzle - Roa (No Copyr...
    4.
    Freedom by Roa / roa_music1031
    Creative Commons - Attribution 3.0 Unported - CC BY 3.0
    Free Download / Stream: bit.ly/-_freedom
    Music promoted by Audio Library • Freedom - Roa (No Copy...

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

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

    You work is simply AWESOME, great one, keep pushing lovely designs here for our learning and inspiration

  • @SajjadAli-lh9gi
    @SajjadAli-lh9gi 2 года назад +1

    Nice pro🙏

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

    hi
    I'm a beginner in wpf, and I learned a lot from your channel. you are aresome!
    you coding is very efficient.did you install any add-ons/extension to speed up coding.
    when you type it seems coding automatically. how to do that?
    and how to copy current line? I use ctrl c ctrl v.
    appreciate if you can give me any suggestion

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

      Hi. Sorry for delay answering.
      When you enter "set" and then press double Tab, Visual Studio fill Setter line automatically.
      press Ctrl+D to duplicate current line.

  • @infinity-aprendendosempre
    @infinity-aprendendosempre 2 года назад

    Do you have a exemple with navigation between forms?

    • @WpfUI
      @WpfUI  2 года назад +4

      In future videos, we will practice navigation between windows.

    • @infinity-aprendendosempre
      @infinity-aprendendosempre 2 года назад

      @@WpfUI Thanks a lot!

    • @davidschm2682
      @davidschm2682 2 года назад

      @@WpfUI Is there some update? And thanks a lot vor that

  • @user-uk4ny3ul6o
    @user-uk4ny3ul6o 2 года назад +1

    how to show windows inside another like mdi in winform

    • @WpfUI
      @WpfUI  2 года назад +3

      I prefer to use User Controls and Content Control.
      But you can use the method that this site says :
      www.c-sharpcorner.com/UploadFile/8911c4/implement-mdi-multiple-document-interface-with-menu-contro/

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

      Just use panel and show your new form inside that panel.
      eg
      FormA fma = new FormA()
      {
      };
      fma.Toplevel = false;
      fma.Parent = PrimaryPane (This forms will be a control on FormA)
      fma.show()
      frm.BringtoFront()

  •  2 года назад

    Pls give me this source, Thks

    • @WpfUI
      @WpfUI  2 года назад +3

      You can see it on Github
      github.com/sajjad-z/WPF-Dark-Wallet-Payment