Nice design. I have just one suggestion. Instead of creating multiple inputs and then coding the behaviour for each of them, next time try to create a custom control, and code the behaviour only in this custom control ( change backcolor, forecolor, mouseover, focus, anything ). After creating a custom control, you replicate it and simply change the icon and text. They will behave according to the custom control code. Cheers from Brazil!
Win Forms is great and people who make fun of it don't know what they are talking about. WPF has better styling options but it's less performant unless you are building huge UIs, that direct x rendering comes at a cost. Win forms will out perform WPF and UWP by a significant amount in smaller UIs.
@@mesham4623 Im mostly using WPF, it was "hard" to change the mind to the xaml syntax etc. but it's fine now and I like the binding stuff. But I have noticed that often there are things that are just way to complicated for no reason. For example just today I wanted to make the MediaElement video loop, I was searching for some kind of loop property, but it turns out that the control doesn't have any built in support for looping, so I had to register to the stop/done event and manually restart the video. Sure it was not "hard" but thinks like these should be built in and make me feel like they didn't "finish" the job and don't care about it anymore . In WPF you will often notice that you have to make dirty workarounds or write a lot of code for features that should be built in to the controls. Unless you make very simple UIs, then you maybe don't notice the "dark side" of WPF. So I can understand why some people want to stick with Forms. (I didn't try UWP yet, because as far as I understand it's only for Windows 10 "apps" not not for a normal exe)
@@r1pfake521 Use Microsoft Player Framework. An open source media player that can do far more than the built in MediaEelement and behaves much better. Also, VLC has controls for WPF and UWP that are extremely feature rich, support all features of VLC on the desktop.
My next Learning material is Visual Studio after the Unity3d engine, well because c# is only language I know I JUST HIT THE LIKE BUTTON BECAUSE OF THE MUSIC
I think he accidentally created a function by double clicking at the event in the events window. That is why he deleted it, he didn't want to have it in the first place.
when i choose login fb and then exit, and choose login fb again, it's completely impossible to re-enter the form for login fb, i don't know if it's a mistake in watching the video or an error in the code
halo gan.. bisa gan jadi buat panel atau form itu sndri menjadi sifat yg bisa di drag and drop.. bisa search dengan keyword "drag and drop form without border C#" banyak terapannya
I am new on Blend Visual Studio, So thank you very much guys for your help with the video. How to create Database on Blend Visual Studio? i need help on that or can you give me a link of a video or web-page that will help me with the Blend Visual Studio. Thank you. Please help me with Blend Visual studio Database now.
LoL the beginning of the track talks about weather in southwestern KS, wonder how that made it into the track. Recognized it because I used to live there. XD
VIsual Basic .....just type visual basic download and follow up with the very first link and install it and it is a part of visual studio only while you will be installing just give good attention to it you will get to know
You need to write as this format: 78; 184; 206. That's how you do it or you can just convert the color from rgb to hex and paste the hex code in the settings.
can you make a project with a slider effect on the right or left that lasts 1 second with fade effect that fades and shows another form or a panel, this by clicking on a button? in the style of kaspersky total security 2019 Thanks! ✔✔✔
But how do you test it? As I seen on the video, the whole code is in code behind. In large projects this will be a significant problem. Also you don't use unit test so how you will control app behavior? There is a lot of problems with WinForms like SOLID because you can't seperate logic from view and etc. I don't see any sense in using WinForms.
@@ruygahideki4383 They're just the RGB values instead of hex values. There are lots of websites online that gives you both hex value and RGB value for the color of your choice :)
Couldn't you just a placeholder type code? Like this: Textbox myTxtbx = new Textbox(); myTxtbx.Text = "Enter text here..."; myTxtbx.GotFocus += GotFocus.EventHandle(RemoveText); myTxtbx.LostFocus += LostFocus.EventHandle(AddText); public void RemoveText(object sender, EventArgs e) { myTxtbx.Text = ""; } public void AddText(object sender, EventArgs e) { if (string.IsNullOrWhiteSpace(myTxtbx.Text)) myTxtbx.Text = "Enter text here..."; }
Nice design. I have just one suggestion. Instead of creating multiple inputs and then coding the behaviour for each of them, next time try to create a custom control, and code the behaviour only in this custom control ( change backcolor, forecolor, mouseover, focus, anything ). After creating a custom control, you replicate it and simply change the icon and text. They will behave according to the custom control code. Cheers from Brazil!
can you suggest me how i learn these steps ? i am begginer
@@pti-lover9512 It takes some of your knowledge in object oriented programming. Inheritance and polymorphism.
>Modern Design C#
>WinForms
>mfw
Win Forms is great and people who make fun of it don't know what they are talking about. WPF has better styling options but it's less performant unless you are building huge UIs, that direct x rendering comes at a cost. Win forms will out perform WPF and UWP by a significant amount in smaller UIs.
@@azmanic Command line will outperform WinForms in even smaller UIs lol
@@azmanic Oh then why MS made WPF even there's WinForm already?
@@tae-inkim2014 I mean I said in my other post. It has better styling options, it performs better on larger UIs thanks to directX and its XAML based.
@@azmanicThe universal windows platform is kind of dead.
Didn't except to see a Forms video uploaded in 2018 tbh, I thought it's WPF or UWP :D
@@mesham4623 Im mostly using WPF, it was "hard" to change the mind to the xaml syntax etc. but it's fine now and I like the binding stuff. But I have noticed that often there are things that are just way to complicated for no reason. For example just today I wanted to make the MediaElement video loop, I was searching for some kind of loop property, but it turns out that the control doesn't have any built in support for looping, so I had to register to the stop/done event and manually restart the video. Sure it was not "hard" but thinks like these should be built in and make me feel like they didn't "finish" the job and don't care about it anymore . In WPF you will often notice that you have to make dirty workarounds or write a lot of code for features that should be built in to the controls. Unless you make very simple UIs, then you maybe don't notice the "dark side" of WPF. So I can understand why some people want to stick with Forms. (I didn't try UWP yet, because as far as I understand it's only for Windows 10 "apps" not not for a normal exe)
@@r1pfake521 Use Microsoft Player Framework. An open source media player that can do far more than the built in MediaEelement and behaves much better. Also, VLC has controls for WPF and UWP that are extremely feature rich, support all features of VLC on the desktop.
Very nice looking. But I use Modern UI for WPF to get an even better look with full auto theming for free. And it has an amazing navigation framework.
Great Work Dadu!
WinForms is doing well, greetings from poland :)
nie sądziłem ze tu polaka znajde hah
th-cam.com/video/SaHQptbut-Q/w-d-xo.html
I leveled up, thank you very much :D
Great job. Anyone have the project?
Damn this clean asf
Thank you from Belarus! This is the greate guide! All best you.
23:17 satisfying af
Congratulations, thank u so much. I will use it in my own project. :)
Great!
nice "DESKTOP RAT" lmao
lol
Hey, maybe create a tutorial linking this form to a database?
yes, maybe another video
@@SatyaAchmad great, thank you
I could do that if Satya sends me the file of this Form.
1:35 Look at his folder names in E drive(BestTrojan,Comet RAT,Desktop RAT). LOL :D
LOL, wkkwkwkkw
LMFAO
@@audit2901 LMAO Dayzoon hay
Blackhat detected... 😁
@@SatyaAchmad what are you doing with these rats ??
Hi which visual studio are you using means visual studio 2010 2012 2013 2015 2017 or 2019
this viewo i use 2013
LOVE THE LOFI!
Panels as horizontal Bars? Is that the way to achieve good looking UIs in Win Forms?
hey if it works it works
@@angelsv it's a fucking joke... lol anyway what cost is it really to use panels as horizontal bars, I don't know
Panels are just rectangles.
Exelente wuaoo me encanta 😁
I juse kinda gave up on winforms and started using opentk for modern uis with my own custom ui library.
Could create a Sharpdevelop 4.3 tutorial from a simple program to the installer for windows / mac / Linux
you such amazing bro,greeting from Malawi
Cordial saludo, donde puedo descargar esos iconos compañero. Excelente video.
Hi I love the png you used. I tried searching it on the internet but haven't found the same. Can you pls. give me a link. Thank you very much.
use iconion
@@likebracket7852 it is shit
fontawesome.com/icons?d=gallery&s=brands
flaticon.com
Satya said it in another comment.
Beautiful design. Windows Forms still are a very good choose for RAD.
these login system are crackable. ui is not bad but make dont the database on directly on v studio. use sql data base. good job dude
My next Learning material is Visual Studio after the Unity3d engine, well because c# is only language I know
I JUST HIT THE LIKE BUTTON BECAUSE OF THE MUSIC
and i just hit the like button for your comment because ...........no one liked it !
Dawm awesome design
wow very good!
How can i get that's exact images that you use in program?
Make one for XAMARIN forms.
GJ, thanks for sharing
Hi, I copied all the steps exactly but from 10:50 I don't have all the same options, please can you help
I think he accidentally created a function by double clicking at the event in the events window. That is why he deleted it, he didn't want to have it in the first place.
Balazs Pk so I don’t have to delete anything?
Nice work, but if u still look through the comms here, I advice you using methods _Enter and _Leave instead of CopyPast work. GL
Great sharing!
Many thanks!
Hello, in the case that you want to go from form2 to form1, how would it be done? (I am new at this)
form2.show(); i guess
just google it it isn't hard
Konten saya tentang bahasa pemograman c#. Mungkin teman2 bisa membantu untuk membangun youtube saya. Terimakasih banyak 🙏
when i choose login fb and then exit, and choose login fb again, it's completely impossible to re-enter the form for login fb, i don't know if it's a mistake in watching the video or an error in the code
sorry maybe is error, :D
I love this music
Thanks for this Video. But i have problem with this code if i open the login page for 5 minutes it takes about 750MB of RAM and i do not know why!!
mau tanya gan, itu kan cmn ada closenya aja, nah biar windowsnya bisa digerakin bebas gimana ya? soalnya formbordertyle jg disable
halo gan.. bisa gan jadi buat panel atau form itu sndri menjadi sifat yg bisa di drag and drop.. bisa search dengan keyword "drag and drop form without border C#" banyak terapannya
man i'm trying to develop a project in python, but this design bar dont appear in my VS22. Could you tell me why?
Phishing project? :D
what pack and website did you get the png's from
www.flaticon.com and www.iconfinder.com
thank you.. great job
Thank you too!
Bro này cũng khá đấy
WOW You are amazing in graphic design
thank you
Hello sir, where did you get the icon used in the website?? Can You please give the link to us.
How to create it for multi user so every one has different form apperead after logging in??
I am new on Blend Visual Studio, So thank you very much guys for your help with the video. How to create Database on Blend Visual Studio? i need help on that or can you give me a link of a video or web-page that will help me with the Blend Visual Studio. Thank you. Please help me with Blend Visual studio Database now.
oke i will create in another video, thank you for watching my video
@@SatyaAchmad Thank you for replying, please share the other video link when done creating.
ijin belajar bang, terimakasih :D
Download Proyect?
I think so nice for Slide Menu Login UI. But I need send link source code below. Thank you.
why tf you need source code for this shit it's straightforward
Good
Thanks
how would I make the signup form go BACK to the the login one after clicking Sign Up?
Ok so you do what he did but instead of going to the sign up make a button and reverse the thing so if he did form1.show() then you do form2.show()
cutie wtf? Do u even know c#
@@joetatle bro i got stack overflow when make button back to form1
@Gung NEY add me on discord and we can talk about it Vesoic#0957
music and audio quality disturbs audio in listening. For Visual Studio beginners the video explanation is too fast!
LoL the beginning of the track talks about weather in southwestern KS, wonder how that made it into the track. Recognized it because I used to live there. XD
Which visual studio is this?
VIsual Basic .....just type visual basic download and follow up with the very first link and install it and it is a part of visual studio only while you will be installing just give good attention to it you will get to know
How you write integer value for Colors ? e.g : 78, 184, 206
int r = 78, nll
@@SatyaAchmad it gives me error
@@SatyaAchmad I understand and fix my error Thanks a Lot
You need to write as this format: 78; 184; 206. That's how you do it or you can just convert the color from rgb to hex and paste the hex code in the settings.
nice
can you make a project with a slider effect on the right or left that lasts 1 second with fade effect that fades and shows another form or a panel, this by clicking on a button? in the style of kaspersky total security 2019 Thanks! ✔✔✔
mmm the old winforms :)
fr where i can download the photos you used ?please help
you can download in flaticon.com
advanced system care program is made using c# win forms
Chevere
wow very good
thank you sist/bro
please Give me room to get icons in the software
yo where can I find the png's
flaticon.com or Finder.com
what is the pack called?
Is this WinForms, you can create mobile UI in WinForms?
Where can I view full code, interface operations?
Can you send gmail?
sorry I lost the code
@@SatyaAchmad Can you send gmail ?
you can give pictures of the from video
?
Reminds me of the blizzard login window
Yeah, battle.net. It's done in Qt using QML.
(this.topmost) where can i find it?
Me.TopMost
Can u make that icon clickable?
can i copy your codes sir ? newbie here
how do we even open a design file
textBox1/2.Clear(); isn't working please help !!
fucntion restart_pc() {
shutdown -i \\cmd
power = off
break
power = on
CPU start;
run VBasic
return ("Like this if problem solved")
}
Textbox1.Text=“”;
But how do you test it? As I seen on the video, the whole code is in code behind. In large projects this will be a significant problem. Also you don't use unit test so how you will control app behavior? There is a lot of problems with WinForms like SOLID because you can't seperate logic from view and etc.
I don't see any sense in using WinForms.
this is just an alternative design that we can practice to make the appearance better
how to get this icons??
Nice video. It's a shame that Windows is so ugly. When is Microsoft going to clean up their code? Those dialogue boxes for example are so gross.
omg i just copy the all program ahahah to do my program login
How you write integer value for Colors ? e.g : 78, 184, 206
In my case it gives me Error.
@@ruygahideki4383 just type 78; 184; 206
@@ruygahideki4383 They're just the RGB values instead of hex values. There are lots of websites online that gives you both hex value and RGB value for the color of your choice :)
@@ruygahideki4383 Color.FromArgb(..., ..., ...) lol?
That's Hilarious. But so cool.
Are these codes to appear photos of songs, albums of singers, on the site? Thankful.
so good
Wherr are resources dude ? Instead of giving links of music give links of resources so it can help everyone.
Couldn't you just a placeholder type code? Like this: Textbox myTxtbx = new Textbox(); myTxtbx.Text = "Enter text here..."; myTxtbx.GotFocus += GotFocus.EventHandle(RemoveText); myTxtbx.LostFocus += LostFocus.EventHandle(AddText); public void RemoveText(object sender, EventArgs e) { myTxtbx.Text = ""; } public void AddText(object sender, EventArgs e) { if (string.IsNullOrWhiteSpace(myTxtbx.Text)) myTxtbx.Text = "Enter text here..."; }
How Do I Finish That
hello, What Font are you using
i'm just set color, controlbox and some pic Arial or Tahoma
Dari Indonesia bang?
Iya bang
Owhh, salken bang
DarkComet RaT :D
th-cam.com/video/SaHQptbut-Q/w-d-xo.html
Am I the only one that noticed all his RATs? lmao
nice this viode
Greetings. Could anyone share the source code? Please.
Sorry, I don't have the source code anymore, I will make it back and upload it
That's the best looking not WPF I have ever seen
thank you
what link the icon?
Tienes los iconos para descargar?
PART 2
PART 2
where are the icons?
All of the buttom_clicks and textBox_clicks... Watching this video hurts.
Dear Can u give us your png images ?
iconarchive.com contains these images or just type in google: download free png
fontawesome.com/icons?d=gallery&s=brands visit them for icons