Thanks! That was wonderful! Didn't know such things existed for windows forms
@richardacuna27493 жыл бұрын
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
@JarppaGuru3 жыл бұрын
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
@luciano.rezende Жыл бұрын
Man, this is great! Thanks for the tutorial!!!
@falcantara79 Жыл бұрын
You know when they incorporate the Date and Time components, it's the only thing I need to use it massively??
@hozmannew8963 жыл бұрын
awesome, thank you for your great efforts , i always fall in beautiful design . you risk my life thank you again
@1mrhussein3 жыл бұрын
Great work! Thanks
3 жыл бұрын
Can u do system Search c# i searched very much in YT and Now Found, And u good Dev
@jhmesseroux3 жыл бұрын
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
@CodeCraks3 жыл бұрын
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
@jhmesseroux3 жыл бұрын
@@CodeCraks thanks I'll try it 👍Ⓜ️
@samuelgirmagirma40193 жыл бұрын
what a great video thanks
@userskyuser10063 жыл бұрын
welcome back
@hershkhald51143 жыл бұрын
there is no minustrip toll ??
@ThaoMeoTV2 жыл бұрын
good tutorial !
@moycescardona90933 жыл бұрын
I’m so thankful for this content, please we need more examples cuz is so cool 😎
@CodeCraks3 жыл бұрын
Ya the next video related to the material designing video is come out tomorrow. Stay tuned us
@ИИванов-ь6с2 жыл бұрын
next time please in 1080 dp 😀 thanks
@zezo-xp9zk Жыл бұрын
How download Guna fre
@Gamer_00333 жыл бұрын
why u dont update ur visual studio
@CodeCraks3 жыл бұрын
Just i love vs 2015
@Gamer_00333 жыл бұрын
@@CodeCraks oh ok
@elle.37923 жыл бұрын
Does this work in C++ ?
@CodeCraks3 жыл бұрын
Check it out on there official site
@madmaxdev3 жыл бұрын
Amazing
@donatagod3 жыл бұрын
I like it 👍🏾
@thevibe-f3 жыл бұрын
very helpful
@sivaprakashktm3 жыл бұрын
Bro plz do video for back end developments for .exe files bro
@userpiero53593 жыл бұрын
Great bro! still making videos, maybe you can do another stuff your content is so cool
@ZackOnCrack3 жыл бұрын
Can you show us how to make a button open another program or file
@JarppaGuru3 жыл бұрын
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"; }
@acetrooper4043 жыл бұрын
Do you know how to get the input from a textbox?
@CodeCraks3 жыл бұрын
Assign a variable to the textbox value. Ex: string textVal = textbox1.Text;
@BahawalTV3 жыл бұрын
good job
@vaghelakaushik1315 Жыл бұрын
it's a free?
@kro4mi3 жыл бұрын
When is the next episode?
@CodeCraks3 жыл бұрын
In the weekend
@itsarsh773 жыл бұрын
hard to use, buggy, not sync dont recommended to use
@alangraton20003 жыл бұрын
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
@CodeCraks3 жыл бұрын
It may be due to lack of memory or processing power