Google's Material Design for your windows forms | C# Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 พ.ย. 2024
  • in the video let's go through, How to install Google's Material Design for your windows forms which helps to build Modern Material UI Design Applications.
    Need some ideas or a simple material design to your C# Windows Application here with the help of MaterialSkin.2 you can easily build them.
    This clean MaterialSkin.2 NuGet Library will even help you to work with your programming Projects or Assignments. Also this tutorial is suitable for beginners and advanced users too. If you are new to programming and you are using IDE like Visual Studio to build software, This video has shown every works step by step.
    Enter this Next to PM:
    Install-Package MaterialSkin.2 -Version 2.1.3
    ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
    Related Videos:
    How to Create Complete Login and Registration System (Multiple Accounts) in C#
    • How to Create Complete...
    How to Create a Modern Flat UI Design Dashboard in C# (Part 1)
    • How to Create a Modern...
    ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
    You Can Download the Project Files and the Resources from Our Site Link Below 👇
    codecraks.com/...
    SUBSCRIBE TO OUR CHANNEL FOR MORE TUTORIALS
    / @codecraks
    ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
    Related Tags:
    C# Tutorial - Material Design for .NET WinForms | FoxLearn
    Material Design to WinForms
    Google's Material Design Principles.
    MaterialSkin.2
    Google's Material Design for your windows forms.
    Material Skin for .NET WinForms
    .net
    windows form application c# tutorial for beginners
    c# ui design tutorial
    Inspiration Modern Design UI C#
    c# ui design tutorial
    ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
    Support Us
    Our Website: codecraks.com/
    Email: contact@codecraks.com
    Facebook: / iweb.makers.3
    Instagram: / iwebmakers
    LinkedIn: / iewb-make. .
    If You Have Any Questions Comment us
    ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
    Other:
    Song: DayFox - Kyte High (Instrumental)
    Music provided by Vlog No Copyright Music.
    Video Link: • DayFox - Kyte High (In...
    #programming #iwebmakers #visualstudio #MaterialDesign #Google'sMaterialDesign #windowsform #UIdesign #howto #Sharp #C# #codecraks

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

  • @AlirezaR5
    @AlirezaR5 10 หลายเดือนก่อน +2

    Thanks! That was wonderful! Didn't know such things existed for windows forms

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

    Hola, excelente explicación, gracias por tus conocimientos compartidos, quiero saber si puedo usar solo los controles sin necesidad de cambiar la apariencia del formulario, y tambien quiero saber por que no puedo cambiar el color del fuente de los TextBox desde la propiedad del control, existe otra libreria que me permita trabajar con Hint ó Place Holder desde windows Form? Gracias de antemano

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

    Great videos . A question please , if i have multiples form in a project i have to install this package in each one of them or i can drag the .dll file in each one like you did ?? Thanks

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

      Good one. No don’t have to install it on each form, if you install it to the project you can use in the entire project. The one thing you have to do is to change the form

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

      @@CodeCraks thanks I'll try it 👍Ⓜ️

  •  3 ปีที่แล้ว

    Can u do system Search c# i searched very much in YT and Now Found, And u good Dev

  • @luciano.rezende
    @luciano.rezende ปีที่แล้ว

    Man, this is great! Thanks for the tutorial!!!

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

    You know when they incorporate the Date and Time components, it's the only thing I need to use it massively??

  • @ИИванов-ь6с
    @ИИванов-ь6с 2 ปีที่แล้ว

    next time please in 1080 dp 😀 thanks

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

    awesome, thank you for your great efforts , i always fall in beautiful design . you risk my life thank you again

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

    what a great video thanks

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

    Great bro! still making videos, maybe you can do another stuff your content is so cool

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

    Great work! Thanks

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

    good job

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

    Amazing

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

    I’m so thankful for this content, please we need more examples cuz is so cool 😎

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

      Ya the next video related to the material designing video is come out tomorrow. Stay tuned us

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

    there is no minustrip toll ??

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

    good tutorial !

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

    Can you show us how to make a button open another program or file

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

      using System.Diagnostics;
      private void button1_Click(object sender, EventArgs e)
      {
      System.Diagnostics.ProcessStartInfo start =
      new System.Diagnostics.ProcessStartInfo();
      start.FileName = @"C:\Path\ProgramName.exe";
      }

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

    very helpful

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

    1:45 material skin is allready in solution after install lol its even inside folder lol lol and i like use 2015 or 2017 bcoz 2019 is so slow. take 20 seconds to give me options after . and it take same ammount time go code to read misstakes

  • @elle.3792
    @elle.3792 3 ปีที่แล้ว +1

    Does this work in C++ ?

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

      Check it out on there official site

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

    Do you know how to get the input from a textbox?

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

      Assign a variable to the textbox value.
      Ex: string textVal = textbox1.Text;

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

    welcome back

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

    I like it 👍🏾

  • @zezo-xp9zk
    @zezo-xp9zk ปีที่แล้ว

    How download Guna fre

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

    why u dont update ur visual studio

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

      Just i love vs 2015

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

      @@CodeCraks oh ok

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

    Bro plz do video for back end developments for .exe files bro

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

    Please that next tutorial

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

    When is the next episode?

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

      In the weekend

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

    hard to use, buggy, not sync dont recommended to use

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

    it's a free?

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

    🔥

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

    Please code source

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

    I'm having the same "problem" at 3:37. How can I fix the color changing delay on the Top of my Window? It will only changes color if I Hover the Mouse on it ;-;
    PS: Nice vid btw ^-^ Keep uploading videos for us ^-^ Seeya

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

      It may be due to lack of memory or processing power

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

      @@CodeCraks Ohh I see. Thanks man ^-^

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

    Trojan website...