WPF & MVVM/ Modern Main UI Design (Part 1/2) - Repository of Styles, Menu Buttons, Icons, Drag...

Поделиться
HTML-код
  • Опубликовано: 5 июн 2024
  • ⏮️ Previous Video: Create Login in WPF, MVVM Pattern, C# and SQL Server - Step by Step + Display user data
    • Create Login in WPF, M...
    ⏭️ Next Video: WPF & MVVM/ Modern Main UI Design (Part 2/2) - Header Design, Open & Switch Child Views
    • WPF & MVVM/ Modern Mai...
    🎞️ Hi, in this tutorial I will teach you how to create a modern main view UI with WPF, MVVM and Font Awesome icons.
    Content:
    00:00 Introduction
    02:37 UI Colors Resource Dictionary
    04:36 Base Design of Main View UI
    08:10 Navigation menu
    09:50 Menu buttons (Styles & Icons)
    22:40 Control bar - Drag & Move the window
    ⬇️ GET CODE
    rjcodeadvance.com/wpf-mvvm-di...
    📲 Social Media:
    Facebook: / rjcodeadvanceen
    Instagram: / rjcodeadvanceen
    Website: rjcodeadvance.com
    #WPF #MVVM #LoginForm #SQL #ModernForm #modernui #design #CSharp #VisualBasic #VB.NET #VisualStudio #Custom #Chart #FlatUI #Desktop #MainView

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

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

    are you still alive? youre the best youtube channel for wpf i ever found. Thanks for your work!

  • @sulochanaka
    @sulochanaka Год назад +5

    Am a great fan of you. Plz don't mind, if u have spare time can u do a video in custom datagrid . I mean something like telrik data grid. Having images, text, grouping, paging(at least with 100 data,so that the pagination area will b super flexible to understand how it's going to b implemented which is something like jQuery datagrid),sorting, expandable,collapsible to show more details etc... with a nice look and feel

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

    Great tutorial! I also like the fact that, depending on what you add to the WPF window, you can instantiate it with a PowerShell script; something that I originally set out to do in order to create a visual dashboard for the progress of a long running script that I developed some time back.
    I do have to mention that unfortunately, I ran into an issue trying to use FontAwesome with my little PowerShell project. For whatever reason, the xmlns does not resolve, so I ended up having to remove the icons and have not found another suitable substitute, unless I start creating image resources to use... There must be some other dependency that the nuget package attaches to a WPF project that does not work with a standalone XAML file... Anyway, with the window generated from my script, I can trigger events defined in my PowerShell code and can repopulate named resources to change values, etc. by scraping any "x:Name" elements I've defined in the XAML and using those references in my script.
    Thanks for sharing, and I will follow the other part.

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

    I’m going to build a monument in your honor! Thank you

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

    Love you ... I want to create an erp logistics app with timeseries forecasting techniques and with some integer programming and you help me a lot

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

    Thank you so much for this amazing Tutorial series! One thing I could not solve so far: your fix of the maximize window problem does not work for me! If I start the app on secondary monitor, then the height of the primary monitor is set! Do you have an idea how to fix it?

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

    You videos are really amazing. Only one request, it would be great if you publish videos in a week so that it will more interesting. Thanks

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

      Hi @Raj B, thanks for watching.
      Well, I would like to publish videos more often, but I don't really have much time, so I do the tutorials in my spare time.

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

    Awesome tutorial!

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

    This did sadly not work: 28:17 , tested by opening the application on my 2560x1440p monitor and it worked on that one.
    When moving the application over to my normal 1920x1080p monitor however it covers the taskbar.
    Thanks for the video, really interesting!

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

    Thank you for the tutorial, How do you add sub-menu items ?

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

      Also if you can please explain why you went with radio buttons instead of menu control?

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

    💗💗🙏

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

    Was it done on VisualStudio or VisualStudio Code?

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

    Can you teach us how to make a report on WPF?

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

    Font awesome is not working in the new versions is giving error culture null can find update your video

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

    First to comment. Awsome

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

    Where’s the first class?

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

    Hello, good evening, I am writing from Colombia is to ask if you have an email, to porder communicate with someone, to see if I can colabarar with a program that has a database, dashboard and login with different users from a lan network.

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

    This code is not fetching and displaying data on the screen. Where can I check this for fix. Any kind of help is appreciated.

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

    Font awesome is not working with current versions of this code and VS just so you are aware. The particular error is with ButtonStyles.xaml line ~46 "TargetType="fa:IconImage" and the GitHub links for FontAwesome docs are gone as of currently.

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

      Had the same error. I tried downloading the WPF only package instead, it didnt work, reverted back (installed the.sharp a second time after uninstalling) and voila, it worked. Dont ask me how though :D

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

    I'm begging you to X out of the login screen just once bro it throws errors every time. Somethings not right with closing out of the main login screen, it's been throwing errors for me every part of this tutorial and I've never seen you X out of the login screen itself.