C#/ Modern Flat UI + Font Awesome Icons, Multicolor, Highlight button, WinForm

  Рет қаралды 561,031

RJ Code Advance EN

RJ Code Advance EN

Күн бұрын

Пікірлер: 230
@RJCodeAdvanceEN
@RJCodeAdvanceEN 3 жыл бұрын
🎯 NEW! Final Modern UI - Aero Snap Window, Resizing, Borderless, Sliding Menu - C#, WinForms : kzbin.info/www/bejne/hGbSi6GMaMh0bJY
@FCL00
@FCL00 4 жыл бұрын
16:30 drag form 17:30 Remove the title bar 18:50 Panel Layer
@talhajunejo1297
@talhajunejo1297 4 жыл бұрын
Amazing work sir i really appreciate u keep it up
@dukeliu2786
@dukeliu2786 3 жыл бұрын
I did it follow your steps, but there is a white top border on the form, could you tell me how to remove it? thanks a lot.
@RJCodeAdvanceEN
@RJCodeAdvanceEN 3 жыл бұрын
You can override the window processing method (WndProc) and remove the title bar and keep the SnapWindow function. I will try to make a tutorial of it.
@DarkShadow-oh5di
@DarkShadow-oh5di 4 жыл бұрын
How you select the Color Schemes? they are very nice 😻
@RJCodeAdvanceEN
@RJCodeAdvanceEN 4 жыл бұрын
Hello, I look for color schemes for websites on Google, and I try to combine them according to my style. for example: easyux.net/2016/01/30-dazzling-colour-palettes-used-by-major-websites/
@DarkShadow-oh5di
@DarkShadow-oh5di 4 жыл бұрын
Thanks Sir ❤
@bernardcrnkovic3769
@bernardcrnkovic3769 4 жыл бұрын
22:00 "So here we simply close the child p..." *FBI, OPEN UP!*
@Andrews19jon
@Andrews19jon 4 жыл бұрын
hahahahaha
@JMRVRGS
@JMRVRGS 4 жыл бұрын
🤣🤣
@danielflintof4885
@danielflintof4885 4 жыл бұрын
what us your theme? Send me that. It is nice for eyes - looks like material blue with cutom work.
@coffeebydny393
@coffeebydny393 4 жыл бұрын
marketplace.visualstudio.com/items?itemName=gjactat.palenightvs2017
@derkthedutchi
@derkthedutchi 2 жыл бұрын
After downloading the FontAwesome.Sharp in VS WPF, it doesn't appear in my toolbox. Even after restarting it doesn't change. Any ideas?
@gravitymotion1831
@gravitymotion1831 3 жыл бұрын
I have created all the form the code needs but went are write Openchildform (new FormDashboard ()) ; Error : formdashboard is not find. But I have created formdashboard
@kitzjanlerez6813
@kitzjanlerez6813 Жыл бұрын
Did you fix it?
@Cindorqw
@Cindorqw 4 жыл бұрын
Fun fact: u are webdev and u didnt search for that
@_sevy
@_sevy 4 жыл бұрын
True
@danielvnzla6278
@danielvnzla6278 4 жыл бұрын
yeah...
@kosovofa7759
@kosovofa7759 Жыл бұрын
Yes but not
@phnompenhcambodia7058
@phnompenhcambodia7058 3 жыл бұрын
I try using installing it to VS2015 why it didn't work ??
@timmytim9054
@timmytim9054 4 жыл бұрын
the "BAAHton" "buttin" "button"
@dchubad
@dchubad 3 жыл бұрын
I found bug in your code. When you setup the btnHome_Click at 22:13 instead of clicking on a button in the list, click on the Home image first and you get this... System.NullReferenceException: 'Object reference not set to an instance of an object.' The error doesnt show up until you run the app and click the logo button first before clicking anything else :) This was my fix, crude but simple... private void btnHome_Click(object sender, EventArgs e) { if (currentChildForm != null) { currentChildForm.Close(); Reset(); } }
@egorbv5623
@egorbv5623 Жыл бұрын
me too thanks for the fix :)
@dchubad
@dchubad Жыл бұрын
@@egorbv5623 'Tips-Hat', you're welcome.
@asafteinicoletadiana2832
@asafteinicoletadiana2832 3 жыл бұрын
Hei! I have an error about Drag form: SendMessage(this.Handle, 0x112, 0xf012, 0) --> "Argument :cannot convert from int to System.ComponentModel.Initialization.EventAttribute" What is this?
@BOWEN1973
@BOWEN1973 4 жыл бұрын
Ive just installed the font awesome but the toolbar is not showing. Is there another step?
@huytruongdinh6456
@huytruongdinh6456 4 жыл бұрын
i have a question? i installed FontAwesome.Sharp but it still not appear on toolbox?
@haraldsonnleitner9747
@haraldsonnleitner9747 4 жыл бұрын
perfectly implemented instructions and great design. Many thanks for your effort
@VinayKumar-gn5xn
@VinayKumar-gn5xn 2 жыл бұрын
Outstanding work sir and i have used your technique and it's really helpfull and thank you so much.
@williammickeys
@williammickeys 4 жыл бұрын
Bro, awesome tutorial, you deserve more subscribers
@muhammadbilal6865
@muhammadbilal6865 3 жыл бұрын
Yes We must share his awesome effort he truly deserves more.Yes.
@MilchiDE
@MilchiDE 4 жыл бұрын
This Guy Sounds like the Google Translator lmao
@hunar.abubakir
@hunar.abubakir 4 жыл бұрын
thank you for your awesome tutorial, when I add IconButton to my form and run it, the form scaling is change and it appears much smaller than it's original size, could you help me with this problem?
@RJCodeAdvanceEN
@RJCodeAdvanceEN 4 жыл бұрын
Hi, It is because the size and type of font of the main form and the child form are different. It is advisable not to configure the default form Font, or configure the Font of controls. that way the Font of the form will not affect the Font of the control.
@narcis.blendea
@narcis.blendea 4 жыл бұрын
What theme are you using for visual studio?
@hakami1426
@hakami1426 2 жыл бұрын
If you are trying to resize your controls and they are not working, it might be because you have autosize set to true. That was the case for me
@13andseven60
@13andseven60 4 жыл бұрын
thanks bro...your tutorials are really helpful and awesome...keep it up bro
@UniDoX
@UniDoX 4 жыл бұрын
I did follow all your steps but somehow this bugs up Picture : prnt.sc/ucice4 Any ideas why?
@TheMxMACOYx
@TheMxMACOYx 4 жыл бұрын
OMG, eres tan bueno que ya lo haces en ambos idiomas, sigue así. Eres el mejor.
@nix3r256
@nix3r256 4 жыл бұрын
Hello, can u help me? You have dark thing above your app. I have it white. How turn it to the dark? :D
@wsilvawgt
@wsilvawgt 5 ай бұрын
Hello, I really liked your video and I'm studying programming and I wanted to recap your producer, but when I'm going to put the colors in the names, the color is on the top left side and I can't get it there to put it with the names, could you please me? Help with this, I've watched the video more than 10 times and I can't resolve this error
@abdullahsaglam3088
@abdullahsaglam3088 2 жыл бұрын
System.Deployment.Application.InvalidDeploymentException (SignatureValidation) - The strong name signature is not valid for this FontAwesome.Sharp.dll assembly. Can u Help me for this problem ? I use for Click-one app..
@ELarivie
@ELarivie 2 жыл бұрын
@@ToastedDen same
@viethoangtruong9240
@viethoangtruong9240 11 ай бұрын
I downloaded FontAwesome but, it didn't show up in view of Toolbox. CAN EVERYONE HELP ME. PLEASE!
@KhopadiAtIndia
@KhopadiAtIndia 2 жыл бұрын
Awesome 👍 video sir ... For contribution I have seen all of the ads without skip.
@berkeozkul4966
@berkeozkul4966 Жыл бұрын
The new FormDashboard() does not recognize. Do I have a problem with the child form?
@LukLin
@LukLin Жыл бұрын
When You click on logo after app start it crashesh. Change code (13:33) this will fix private void btnHome_Click(object sender, EventArgs e) { if (currentChildForm != null) { currentChildForm.Close(); Reset(); } else return; }
@nolancollet3458
@nolancollet3458 2 жыл бұрын
i really like the video, but please find another type of voice or just buy a good mic.
@johnarnoldcatedrilla4378
@johnarnoldcatedrilla4378 3 жыл бұрын
i cant create a new form (child form) WHY?!!!
@senceruyanis
@senceruyanis 2 жыл бұрын
kodlarınızda turuvaatı var. your codes have turvaat.
@roghibashfahani15
@roghibashfahani15 Жыл бұрын
hello sir, why my iconChar is not move to right when we click that?
@mosqali1970
@mosqali1970 2 жыл бұрын
what is the name of your theme? it looks awesome
@DeSibyl
@DeSibyl 4 жыл бұрын
how do you add the tools manually since mine didn't get added.
@xXUkanlosXx
@xXUkanlosXx 4 жыл бұрын
Thank you ! i was looking for something like this for my project :) the design looks very modern, like spotify
@vidcresnik9814
@vidcresnik9814 4 жыл бұрын
Amazing desings, opened my eyes for what can be done with WinForms. But i have a question.. Here while going through controls and opening the child forms, each time you create new instance of this form. This is not really usefull if you want to pass some values from one child form to another. For example in settings form you check some data and you want this to be used in some other child form. How would you do this? How can you also use methods created in one child form in another child form? thank you very much! Keep up the good job!
@RJCodeAdvanceEN
@RJCodeAdvanceEN 4 жыл бұрын
Hi, To pass values ​​to the forms, you could do it through the constructor or store it in a class and consume from any form.
@berfimkorkmaz7897
@berfimkorkmaz7897 3 жыл бұрын
@@RJCodeAdvanceEN Is there any tutorial you can recommend?
@AntonioRossiMusic
@AntonioRossiMusic 2 жыл бұрын
Have you resolved this problem?
@andrzejherman7597
@andrzejherman7597 3 жыл бұрын
WinForms in 2020??? Sorry, but not. Why not WPF ???
@senelithperera5425
@senelithperera5425 3 жыл бұрын
This is great !!!
@DeskofsharmaG
@DeskofsharmaG 2 жыл бұрын
hi thanks for your valuable video. Please help me how to add Tooltips on iconbutton when mouse over.
@ArunTr
@ArunTr 4 жыл бұрын
Hi bro. When just after start application if we click the logo Rj Code, we getting error. Because we must say "if anychildform is open" currentchildform.close It is right??
@RJCodeAdvanceEN
@RJCodeAdvanceEN 4 жыл бұрын
I forgot to place the conditional. if (currentChildForm != null) { currentChildForm.Close(); } Reset(); This explained in the video of VB.NET The code is updated on the page, thanks for comment ;)
@ArunTr
@ArunTr 4 жыл бұрын
@@RJCodeAdvanceEN thank you to bro
@tramvo4688
@tramvo4688 2 жыл бұрын
I turned off Visual Studio and when I opened it again, I have 1 error:" Error HRESULT E_FAIL has been returned from a call to a COM component. " can you help me
@eswaranpaneerselvam9883
@eswaranpaneerselvam9883 Жыл бұрын
i could not able to retain the Userinputs on the Subforms, When i switch to another subform the userinputs of the Previous form resets.....OR Am i missing something on this?
@kevinsobiski5212
@kevinsobiski5212 4 жыл бұрын
You can go into the form designer and change the name of the icon to whatever you need rather than trying to find it in the unsorted long list in the properties.
@Macias096
@Macias096 Жыл бұрын
Any idea why my program doesn't maximize when i pull to the top of the desktop? same, when i pull it to left or right side of desktop, it doesn't split :(
@shahidullahjan3783
@shahidullahjan3783 2 жыл бұрын
I have an issue when I add IconButton form fontAwesomesharp to my form and run it, the form scaling is changed and it appears much smaller than its original size, could you help me with this problem?
@DarkShadow-oh5di
@DarkShadow-oh5di 4 жыл бұрын
Nice❤
@muhammadbilal6865
@muhammadbilal6865 3 жыл бұрын
Sir that was awesome amazing and the words are finished for your appreciation.Thank you so much.You are a great developer and a person with great heart because some developers will not share there amazing skills with which others can earn.Thanks.
@formyeve
@formyeve 2 жыл бұрын
You should invest in better voice audio.
@naedlorenzo3848
@naedlorenzo3848 2 жыл бұрын
Does anyone can direct me where to watch his video regarding if you create a button from the childform of currentchild it will trigger to go back to current childfrom?
@fatimashehzadi8604
@fatimashehzadi8604 2 жыл бұрын
Hello! Great Tutorial but i want to keep my button back color white before clicking and icon color and forecolor Dark grey and after clicked want to change icon and fore color into white and back color into purplish can anybody tell which line of code should i change thanks in advance
@michaelbasbas9568
@michaelbasbas9568 3 жыл бұрын
It is possible that if I transfer my project into another laptop without don't awesome may design will ruin or destroy ?
@fabijimenez.visuals
@fabijimenez.visuals 4 жыл бұрын
This helped me a lot to improve my project thank you so much!!
@x7falcon689
@x7falcon689 4 жыл бұрын
Thank You So Much !
@lucungakakgokil5288
@lucungakakgokil5288 4 жыл бұрын
How do I contact you?
@ifuoo
@ifuoo 2 жыл бұрын
hey, i created so much but i dont want much code, at what moments (like 24:38) i need to type to show different panels in my program?
@angeloleysico5753
@angeloleysico5753 4 жыл бұрын
Awesome, Thank You for this tutorial. Can you share your Theme ? it looks appealing
@rogoflap
@rogoflap Жыл бұрын
Great video. I like the Audio translation. Pretty sweet. I would like to know were you got the (Minimize, Maximize, and Close Icons you used.)?
@danyer9699
@danyer9699 6 ай бұрын
Gracias bro. lo aprecio mucho.
@krisromkes3637
@krisromkes3637 2 жыл бұрын
Error after resetting form when form == null this is the fix private void pictureBox1_Click(object sender, EventArgs e) { if(currentChildForm == null) { } else { currentChildForm.Close(); Reset(); } }
@Khunryijduy
@Khunryijduy Жыл бұрын
Popcom 🎉❤🎉 silençe you 😊❤😊😊😊🎉😂😂😂
@yildirimsercan
@yildirimsercan 3 жыл бұрын
this is very good
@huyvole9724
@huyvole9724 3 жыл бұрын
Master winform!!!!
@mvzex
@mvzex 3 жыл бұрын
Does anyone know how to get rid of the top border on the form? Tell me pleas I want to remove it.
@najunajames5012
@najunajames5012 4 жыл бұрын
Awesome tutorial. Looked for this for a while Until I landed on your channel. It has more than I expected. You just earned a thumbs up bro.
@greatsp6141
@greatsp6141 8 ай бұрын
Font Awesome Icons use for Free ?
@zerosandones7547
@zerosandones7547 3 жыл бұрын
Why is my form not like this 17:45? I cant pin it when I drag it to the top and sides :(
@ArunTr
@ArunTr 4 жыл бұрын
Very nice thank you bro
@kitephan9533
@kitephan9533 3 жыл бұрын
thanks, anyone know where is the download link for project please ?
@programwithdenis3643
@programwithdenis3643 4 жыл бұрын
Hello Sir I have added button on my left panel and docked to the top but my problem is how to duplicate to other buttons
@chess228
@chess228 3 жыл бұрын
how did you add forms in desktop at the end 20-51?
@raphael2921
@raphael2921 3 жыл бұрын
Are you making a collection of Visual Studio?
@mahadihassan6952
@mahadihassan6952 4 жыл бұрын
side panel button works only . need to switch from one child form to another child form. what can i do?
@MrJuche23
@MrJuche23 2 жыл бұрын
Can you make this same project in WPF?
@bilalniaz4519
@bilalniaz4519 4 жыл бұрын
great bro please make video on attendace marked system ui like this with database acces or sql and please kindly in #ENGLISH Language bc ur other videos in other then English so every one can not uderstand them.
@gizemdenizkoksal8815
@gizemdenizkoksal8815 3 жыл бұрын
You are really amazing thank you so much
@andersonlemos6001
@andersonlemos6001 4 жыл бұрын
Ola, sou do Brasil. Nota 10 seu tutorial. Meus parabéns.
@gravitymotion1831
@gravitymotion1831 3 жыл бұрын
Please sir RJ CODE I have a problem with the : openchildform( new Form Dashboard)); Because the code don't recognize all secondary formdashboard and another. Explain me please
@TGameDev
@TGameDev 2 жыл бұрын
Did you put them in a folder? If so then you'll need to access it with the dot operator like so: OpenChildForm(new MyFolder.MyForm()); Also, doublecheck the spelling of the form you wish to open as well.
@GazziFX
@GazziFX 2 жыл бұрын
Modern UI on WinForms rly?
@relaxandfocus5563
@relaxandfocus5563 2 жыл бұрын
A not very important question.... But what is the name of the theme you're using? It looks awesome man!
@MeloneXT-mh6vg
@MeloneXT-mh6vg 3 жыл бұрын
panelMenu doesn't work
@muhammadshaharyar2084
@muhammadshaharyar2084 3 жыл бұрын
Exactly what i was looking about thankyou so much for this great tutorial Now please tell me 1 thing I want to implement a nested pages in side bar of desktop is it possible with this if yes kindly guide me how i can do that.. Thanks in Advance..
@klod5928
@klod5928 3 жыл бұрын
When i put the other form in panel why my label text says the name of my form? help pls
@aliadnanasghar2062
@aliadnanasghar2062 3 жыл бұрын
i have created child forms, when show them in parent at maximize state, right side of the child form having everything like textbox,table,label gets hide...why??
@aliadnanasghar2062
@aliadnanasghar2062 3 жыл бұрын
now i have tested, when i removes the all buttons of font awesome iconbuttons, then everythings is alright..whats the root cause?
@bachhuynh1562
@bachhuynh1562 3 жыл бұрын
But everytime click button, the current form will refresh when come back to it?
@Christian_Ky
@Christian_Ky 3 жыл бұрын
Things like 23:40 drive me crazy. Where did he get the simple close, minimize, maximize button icons? The exit one is just a "x" with Century Gothic font but the rest?
@RJCodeAdvanceEN
@RJCodeAdvanceEN 3 жыл бұрын
It is a button with an added image. You can download the icons from Flaticon.
@999Wayno
@999Wayno 3 жыл бұрын
why didnt you show how to make the forms of each buttons
@kanchanapallyanilkumar1719
@kanchanapallyanilkumar1719 4 жыл бұрын
This video is very useful to me and can u make a video on opening a child form in Tab controller....
@isosek6625
@isosek6625 3 жыл бұрын
Cool video. Trying it out myself now. One question. How comes that the rgb color you choose shows underneath the code line ? Can't find the option for that.
@mikersamphors7877
@mikersamphors7877 3 жыл бұрын
Thank you! I am hungry to see your next video...
@michaeljohnbaco2480
@michaeljohnbaco2480 3 жыл бұрын
great vid!
@Dyn0Official
@Dyn0Official 3 жыл бұрын
Are you levitation 4d
@hakami1426
@hakami1426 2 жыл бұрын
what is the color helper you have?
@DavidDanosTech
@DavidDanosTech Жыл бұрын
Very good work. I just wondering as a beginner I am why did you use new forms instead of usercontrols ?
@Krrishqwerty
@Krrishqwerty 4 жыл бұрын
can I get the full program code with the application
@ir_car-en01-tranuclong39
@ir_car-en01-tranuclong39 Жыл бұрын
I found it great.
WPF C# Professional Modern Flat UI Tutorial
36:44
Payload
Рет қаралды 822 М.
Will A Guitar Boat Hold My Weight?
00:20
MrBeast
Рет қаралды 256 МЛН
Electric Flying Bird with Hanging Wire Automatic for Ceiling Parrot
00:15
Do you choose Inside Out 2 or The Amazing World of Gumball? 🤔
00:19
哈哈大家为了进去也是想尽办法!#火影忍者 #佐助 #家庭
00:33
How to create a Fully Responsive Form (Dashboard UI) - C# & WinForms
23:39
RJ Code Advance EN
Рет қаралды 100 М.
C# - Custom Notification Form in WinForm App C#
22:19
C# Ui Academy
Рет қаралды 111 М.
Is LEARNING WPF still WORTH it in 2023?
10:59
tutorialsEU
Рет қаралды 51 М.
Final Modern UI - Aero Snap Window, Resizing, Sliding Menu - C#, WinForms
21:36
These CSS PRO Tips & Tricks Will Blow Your Mind!
8:48
Coding2GO
Рет қаралды 348 М.
Will A Guitar Boat Hold My Weight?
00:20
MrBeast
Рет қаралды 256 МЛН