🎯 NEW! Final Modern UI - Aero Snap Window, Resizing, Borderless, Sliding Menu - C#, WinForms : kzbin.info/www/bejne/hGbSi6GMaMh0bJY
@FireworkPlayground-p1h25 күн бұрын
How can I get in touch with you? I did send you a msg on insta Its - GooseNeckGuy
@FCL004 жыл бұрын
16:30 drag form 17:30 Remove the title bar 18:50 Panel Layer
@KhopadiAtIndia2 жыл бұрын
Awesome 👍 video sir ... For contribution I have seen all of the ads without skip.
@mitarninkovic32124 жыл бұрын
Guys, you rock, so simple implementation...went trough tons of articles, nothing so simple...
@williammickeys5 жыл бұрын
Bro, awesome tutorial, you deserve more subscribers
@muhammadbilal68654 жыл бұрын
Yes We must share his awesome effort he truly deserves more.Yes.
@najunajames50124 жыл бұрын
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.
@VinayKumar-gn5xn2 жыл бұрын
Outstanding work sir and i have used your technique and it's really helpfull and thank you so much.
@haraldsonnleitner97474 жыл бұрын
perfectly implemented instructions and great design. Many thanks for your effort
@13andseven604 жыл бұрын
thanks bro...your tutorials are really helpful and awesome...keep it up bro
@dchubad3 жыл бұрын
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 Жыл бұрын
me too thanks for the fix :)
@dchubad Жыл бұрын
@@egorbv5623 'Tips-Hat', you're welcome.
@derkthedutchi3 жыл бұрын
After downloading the FontAwesome.Sharp in VS WPF, it doesn't appear in my toolbox. Even after restarting it doesn't change. Any ideas?
@michaeljohnbaco24803 жыл бұрын
great vid!
@mac-o-y4 жыл бұрын
OMG, eres tan bueno que ya lo haces en ambos idiomas, sigue así. Eres el mejor.
@asafteinicoletadiana28323 жыл бұрын
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?
@gravitymotion18313 жыл бұрын
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 Жыл бұрын
Did you fix it?
@hakami14262 жыл бұрын
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
@senelithperera54253 жыл бұрын
This is great !!!
@BOWEN19734 жыл бұрын
Ive just installed the font awesome but the toolbar is not showing. Is there another step?
@hajersassi20393 жыл бұрын
Awesome work! Thanks for publishing!
@Christian_Ky3 жыл бұрын
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?
@RJCodeAdvanceEN3 жыл бұрын
It is a button with an added image. You can download the icons from Flaticon.
@xXUkanlosXx4 жыл бұрын
Thank you ! i was looking for something like this for my project :) the design looks very modern, like spotify
@TheNoblephantasm4 жыл бұрын
this design is sleek and modern. i like it... :D
@kevinsobiski52124 жыл бұрын
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.
@rogoflap2 жыл бұрын
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.)?
@muhammadbilal68654 жыл бұрын
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.
@talhajunejo12974 жыл бұрын
Amazing work sir i really appreciate u keep it up
@berkeozkul4966 Жыл бұрын
The new FormDashboard() does not recognize. Do I have a problem with the child form?
@umerwaqas59434 жыл бұрын
You naild winforms bro Thanks a lot Now i can say winforms is ultimate
@vidcresnik98145 жыл бұрын
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!
@RJCodeAdvanceEN5 жыл бұрын
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.
@berfimkorkmaz78973 жыл бұрын
@@RJCodeAdvanceEN Is there any tutorial you can recommend?
@AntonioRossiMusic3 жыл бұрын
Have you resolved this problem?
@DavidCoded2 жыл бұрын
Very helpful for dev C#! Thank you.
@Khameu Жыл бұрын
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; }
@phnompenhcambodia70583 жыл бұрын
I try using installing it to VS2015 why it didn't work ??
@theycallmeezio9504 жыл бұрын
Best of the best 😁
@mikersamphors78773 жыл бұрын
Thank you! I am hungry to see your next video...
@fatimashehzadi86043 жыл бұрын
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
@dukeliu27863 жыл бұрын
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.
@RJCodeAdvanceEN3 жыл бұрын
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.
@bernardcrnkovic37694 жыл бұрын
22:00 "So here we simply close the child p..." *FBI, OPEN UP!*
@Andrews19jon4 жыл бұрын
hahahahaha
@JMRVRGS4 жыл бұрын
🤣🤣
@narcis.blendea4 жыл бұрын
What theme are you using for visual studio?
@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 :(
@huytruongdinh64564 жыл бұрын
i have a question? i installed FontAwesome.Sharp but it still not appear on toolbox?
@fabijimenez.visuals4 жыл бұрын
This helped me a lot to improve my project thank you so much!!
@zerosandones75474 жыл бұрын
Why is my form not like this 17:45? I cant pin it when I drag it to the top and sides :(
@poulet_malassis76074 жыл бұрын
Excellent ! Thank you for this video.
@abdullahsaglam30883 жыл бұрын
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..
@ELarivie2 жыл бұрын
@@ToastedDen same
@DeskofsharmaG2 жыл бұрын
hi thanks for your valuable video. Please help me how to add Tooltips on iconbutton when mouse over.
@x7falcon6894 жыл бұрын
Thank You So Much !
@nix3r2564 жыл бұрын
Hello, can u help me? You have dark thing above your app. I have it white. How turn it to the dark? :D
@이기석-m8q2 жыл бұрын
Thank you. This is very useful to me.
@hunar.abubakir4 жыл бұрын
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?
@RJCodeAdvanceEN4 жыл бұрын
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.
@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?
@gizemdenizkoksal88153 жыл бұрын
You are really amazing thank you so much
@The_real_tactical_ghost4 жыл бұрын
Awesome work, thank you
@wsilvawgt8 ай бұрын
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
@shahidullahjan37832 жыл бұрын
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?
@ducnguyen_363 жыл бұрын
Wow! u're perfect!
@42sol3 жыл бұрын
Great Design, great video! It is getting better and better! I love you solution with the audio. How do you create that?
@niyazawa4 жыл бұрын
thank you so much! Your video helped me a lot!
@isosek66254 жыл бұрын
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.
@DavidDanosTech Жыл бұрын
Very good work. I just wondering as a beginner I am why did you use new forms instead of usercontrols ?
@alphonsealset47804 жыл бұрын
thats so cool!
@tramvo46883 жыл бұрын
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
@danyer96998 ай бұрын
Gracias bro. lo aprecio mucho.
@worlukk4 жыл бұрын
great video!
@ifuoo3 жыл бұрын
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?
@huyvole97243 жыл бұрын
Master winform!!!!
@naedlorenzo38482 жыл бұрын
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?
@hakami14262 жыл бұрын
what is the color helper you have?
@viethoangtruong9240 Жыл бұрын
I downloaded FontAwesome but, it didn't show up in view of Toolbox. CAN EVERYONE HELP ME. PLEASE!
@serhatkaradag87863 жыл бұрын
12:33 The Dashboard button didnt work corectly at first time.
@achlyplays4885 Жыл бұрын
how to fix?
@ir_car-en01-tranuclong39 Жыл бұрын
I found it great.
@crazyjoy4 жыл бұрын
Your voice nice ! Very pleasantly listen and programming :)
@jonas94 жыл бұрын
Thats a computer voice, isn't it?
@jessicawong15362 жыл бұрын
Wonderful!
@fredrik3544 жыл бұрын
Great tutorial, thank you!
@chess2283 жыл бұрын
how did you add forms in desktop at the end 20-51?
@LuckyApplez4 жыл бұрын
20:56 How does he make secondary panels? When i try to copy and paste my original form i get 500 errors. Do i have to recreate them manually? And do i do the same code for the other forms just like the main one? This part really confuses me.
@geblickt56684 жыл бұрын
You have to right click on your c# project an add a new element ( windows forms forumlar) The new formular you implement in the method btn_Dashboard_Click(Form childform) this childform is the new windows forms formular you added^^ you have to name them both the same name
@MacmamenPro4 жыл бұрын
@@geblickt5668 Hy, after we added the new windows forms forumlar we have to remake all projet on the new form? is there any way to do like an copy paste?
@geblickt56684 жыл бұрын
@@MacmamenPro in the new form you don't have to do all this stuff, because it your menu on the left side will stay.
@MacmamenPro4 жыл бұрын
@@geblickt5668 thx, question, do you know any good tutorial for how to do add database on visual studio? i'm making a project and i do like a Hotel Gestion app but i dont know how to stock information, client first name last name etc
@geblickt56684 жыл бұрын
@@MacmamenPro you don't have to remake all steps of the project like in your first windowsForm, because you add a Instance of your new Form in the panel (here called panelDesktop and dock it here fullsize)
@DeSibyl4 жыл бұрын
how do you add the tools manually since mine didn't get added.
@danielflintof48854 жыл бұрын
what us your theme? Send me that. It is nice for eyes - looks like material blue with cutom work.
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
@TGameDev3 жыл бұрын
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.
@roghibashfahani15 Жыл бұрын
hello sir, why my iconChar is not move to right when we click that?
@DarkShadow-oh5di5 жыл бұрын
Nice❤
@michaelbasbas95684 жыл бұрын
It is possible that if I transfer my project into another laptop without don't awesome may design will ruin or destroy ?
@mahadihassan69524 жыл бұрын
side panel button works only . need to switch from one child form to another child form. what can i do?
@MANMEETSINGH19934 жыл бұрын
Great video sir thanks
@aliadnanasghar20623 жыл бұрын
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??
@aliadnanasghar20623 жыл бұрын
now i have tested, when i removes the all buttons of font awesome iconbuttons, then everythings is alright..whats the root cause?
@neural1774 жыл бұрын
I saw that you changed the background color using RGB numbering. How do I do that too? My Visual Studio does not accept numbers as a parameter to change the background color of my window.
@maliklaszlo39764 жыл бұрын
Use semicolon instead of dash between the numbers. So example: 30;25;62
@unforgivenyasuo90822 жыл бұрын
hey what font you use for your visual studio ?thank you
@programwithdenis36434 жыл бұрын
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
@mosqali19703 жыл бұрын
what is the name of your theme? it looks awesome
@andersonlemos60014 жыл бұрын
Ola, sou do Brasil. Nota 10 seu tutorial. Meus parabéns.
@raphael29213 жыл бұрын
Are you making a collection of Visual Studio?
@muhammadshaharyar20843 жыл бұрын
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..
@amen8370b4 жыл бұрын
Thank you a lot, it really helped
@johnarnoldcatedrilla43784 жыл бұрын
i cant create a new form (child form) WHY?!!!
@MrJuche232 жыл бұрын
Can you make this same project in WPF?
@mvzex3 жыл бұрын
Does anyone know how to get rid of the top border on the form? Tell me pleas I want to remove it.
@muratbaylan55312 ай бұрын
Harikasın usta
@bachhuynh15624 жыл бұрын
But everytime click button, the current form will refresh when come back to it?
@klod59284 жыл бұрын
When i put the other form in panel why my label text says the name of my form? help pls