🎯 NEW! Final Modern UI - Aero Snap Window, Resizing, Borderless, Sliding Menu - C#, WinForms : kzbin.info/www/bejne/hGbSi6GMaMh0bJY
@adamrayan67933 жыл бұрын
I followed this. However, I have a textbox and datagridview in new forms. I fill them out and when I switch between different forms, the data from other forms is erased automatically. I think this is because when you wrote the code for openChildForm, you have to create new forms every time. Any idea how to solve this @RJCodeAdvanceEN
@tobiasehling63143 жыл бұрын
If I got your point correctly, youve got to separate the model, (also probably not applying in WinForms cause its kind of "pain in the ...") the viewmodel and the view. if you have a combobox of "Customers", any time you select an entry you e.g. fill a property "CurrentCustomer". When CurrentCustomer changes , e.g. source of your Datagridview "CustomerDetailData" changes too (or filter property does change, or whatsoever)
@ashokm19452 жыл бұрын
How to set scrollbar for parentform..because I need to put large size child forms in this form and want to display morethan 20 rows of data from db to this panel
@towfeaqalzo3160 Жыл бұрын
gyuhh
@Norogoth4 жыл бұрын
This has got to be the first KZbin video voiced by a robot that is actually a quality video.
@k4ranA3 жыл бұрын
yes
@catalinc20014 жыл бұрын
You did in 20 minutes what my teacher did in 10 weeks. Thank you! 😊
@GodsHumbleHacker4 жыл бұрын
bruh My teachers do nothing like this and im finishing school in 2 years
@rasem32594 жыл бұрын
@H3adBanD java is just like c# except it's older and it can't see sharp.
@revenge9774 жыл бұрын
why do you need teacher while youtube and w3schools exists ?
@catalinc20014 жыл бұрын
@@revenge977 in my country without the piece of paper (aka bachelor degree) you are not called to interviews :
@salihsite4 жыл бұрын
Haha :D
@diminif8425 Жыл бұрын
Hi, I started learning C# 2 months ago. I switched to WinForms a month ago and still couldn't figure out how to put the second form into the first one. I thought for a very long time and came across your video. It's so useful, and it also shows a beautiful design. I've learned a lot, thank you! Greetings from Russia!
@IronMessenger3 жыл бұрын
I know this is a pretty old video at this point, however I found it today and learned quite a few tricks to getting a nice layout and look on my applicaitons. Thanks for the help!!
@beijin80784 жыл бұрын
Вот как знал, что найду на английском канале нужные мне советы, весь русский инет просмотрел - ничего нормального не нашел, а тут все понятно. Спасибо!
@force88193 жыл бұрын
I wish I would of watched this before turning in my final project. Knowing this was possible to use panels and forms like this would of made my project so much easier.
@randomly_random_04 жыл бұрын
This is the best tutorial about customizing windows form UI! I didn't know that it is possible to customize it like this until i saw this video. Im gonna try this on my C# project
@sajjadabdullah3 жыл бұрын
Huge Respect... Not found such a great side menu on the entire internet.
@emptycode178211 ай бұрын
this is just insanely good , im happy that i was lucky to find this playlist , super clear , chill , and no wasting time , god bless you.
@maksimkobylyuk79942 жыл бұрын
This guy accomplished more in 20 mins than I did my whole 2 years of school.
@zerosandones75475 жыл бұрын
deserves a lot of recognition! GREAT VIDEO MAN!
@asdfskourge4 жыл бұрын
Really nice UI, frankly I didn't think you could such slick UI with WinForms. Great video, keep it up man.
@ιυ_αα-ξ5σ2 жыл бұрын
So I went into soft soft and tried to intuitively grasp the basic fundantals. And now listening back I feel like I'm one step ahead of Nice tutorialm.
@darpangupta28553 жыл бұрын
You are really superb. In just 20min, you have made the complete smart application!!!! thank you brother.
@guipalazzo3 жыл бұрын
How come I hadn't found this channel before. This is top level stuff
@yoschimistsu4 жыл бұрын
you are making my 1 year project in half hour..waoww.. so didactic.really thanks .
@Andrew-es6yt4 жыл бұрын
Thanks. Modern UI on WinForms in 2020 is what I needed.
@mizanurtech66533 ай бұрын
I can learn a lot from this short video. Many thanks অল্প সময়ের এই ভিডিও থেকে আমি অনেক কিছু শিখতে পারছি। অসংখ ধন্যবাদ
@longle94674 жыл бұрын
Good! but how did you change the title bar color?
@jjblock213 жыл бұрын
I asked myself the same all the time.
@saik72413 жыл бұрын
@@jjblock21 I believe it is, by default, based on your system. Mine pops up as neon green. I assume theres a way to set it to something specific, I haven't found out how yet.
@mithunchopda3 жыл бұрын
Thank you for the video. Can you please share, how did the Title bar turn Black on 10:05? Did you remove some steps in editing?
@mostafaalhdad3 жыл бұрын
tip 8:02 you can use bool = !bool to toggle it so your code will be more smaller and readable
@codythomashunsberger2 жыл бұрын
That wouldn't do the same thing as the code in the video. After the method runs, it will always ensure that the submenus are not visible. It would make more sense to just set all three to be false without checking their state first since the end result will always be the same.
@artizyter33834 жыл бұрын
This video really helped me. It is best instructions what I saw. In this video I got really much info. Now my forms will be better. Thanks you!
@prajiv1003 жыл бұрын
best tutorial about customizing windows form Ui
@johnriziki91464 жыл бұрын
Quel tutoriel extraordinaire ! je suis tellement ému de votre travail
@janphillipjuntado2 жыл бұрын
What a nice method. I like the way you name your controls. The tutorial is so clear!
@Veso2664 жыл бұрын
wow, first you showed your work like you want to sell it, and then you actually tought us how to do it, Thank you The onlything you need to do now is teach us, the first part (how to sell stuff :))
@turkishman42023 жыл бұрын
all ways have an end goal in mind;)
@Wolveseyefx10 ай бұрын
So you used windows form instead of user control great work didn’t know that could work out that way
@redMaple_QC3 жыл бұрын
This is the tutorial I was looking for. Thanks!
@emperorj47833 жыл бұрын
That's one hell of a UI. You have inspired me a lot! New Subscriber!
@chrisjohndelacruz28824 жыл бұрын
I'm not even using C# but I'm pretty sure it will work with vb thanks for this
@serhatkaradag87862 жыл бұрын
How did you made the top menu , where close , maximize and mimize button placed, same color like panel???
@ViratKumar-kz7je3 жыл бұрын
😇All of my doubts clarified in a single video... Satisfied🤗......Thank you
@riftwalk3r6903 жыл бұрын
Man I am trying to show the child form in the parent form’s container panel using the method u’ve shown at 15:00, it’s not at all working for me, I tried it several times with several modifications. A quick help would be highly appreciated man.
@crisvincentferrer5394 Жыл бұрын
Hi I have a question, How do you change the color of your form1 border (Sizeable form style) to the same color of your panel ?
@seiffahmi31864 жыл бұрын
Impressive. Never seen anything like this before. Great work.
@rosemaryroopnarine9443 Жыл бұрын
How do you add the form name to the windows that are being opened. It all maintains 'form1'. Really good tutorial.
@robuu58905 ай бұрын
since you said at the beginning that WinForms is limited, what frameworks would you recommend that you feel aren't as limited
@ahmedkrdzalic44254 жыл бұрын
If you have a problem when loading other forms in panelChildForm, try this. When initializing a new form do not forget to change font size of that form to "10", because it is of value 10 on your main form (Form1). If you do not change this on new forms, you will face a problem of not similar sizes of objects.
@force88193 жыл бұрын
I forgot to do this, and I was struggling for a minute. This saved me.
@Charles.9992 жыл бұрын
You really linked a video to learn the "Multi Forms" that is in a unknown language for me >.< so much useful .... wow -.-
@justincooper22414 жыл бұрын
Why use new forms instead of panels? It seems to me that a panel would also work.. Are there any benifits/problems with forms versus panels?
@bigdummyhead21624 жыл бұрын
It can get awfully sloppy when doing this! You will see not using enough forms that you will see all your past controls and they will easily get in the way
@phantienat86702 жыл бұрын
Clear, useful and straight to the point, respect++
@bradamour8272 жыл бұрын
I have a question. at 18:20 your titlebar is default windows colour, then at 18:38, the next time you open it, it is dark blackish colour... how did you customise this?
@Pearforce4 жыл бұрын
Great video! Ive been looking for how to do this but didnt know what to search for. Helped out a lot!
@ruiteric2 жыл бұрын
Really late on this train, but when did the border of form1 changed to black? I must have missed it.
@juswashington14872 жыл бұрын
how were you able to make your logo not have this white background replacing its transparent one?
@ga78534 жыл бұрын
Thank you so much for the great details, you are doing great for first video... you have great eye for graphics and styles.
@RJCodeAdvanceEN4 жыл бұрын
Thanks for watching my videos ;)
@radhakrishnakotla13899 ай бұрын
Excellent video. I learned a few tricks thanks a lot.
@googleuser58633 жыл бұрын
Great video! Thank you. Looking forward to the next one.
@moin_uddin3 жыл бұрын
it'll be great if u add functionality in the Play pause and also can u show us how to get all the music from a folder and play them by just selecting a song from a datagridview or listview
@PeterJohnson76 Жыл бұрын
Thanks, I love these little tutorials. It's been a good 5/6 years since I developed an app and I was hoping to try the new WIn UI3 or something, but it has No designer in
@andrewrayanit2 жыл бұрын
Great tutorial. This is what i was expecting to learn.
@dazo034 жыл бұрын
This was a very good tutorial . I'm a beginner and still understood a lot of what I was explicitly looking for, but didn't understand it there. Thanks :)
@jonikolla33245 жыл бұрын
Thank you a lot.. great introduction! upload other videos quickly please..
@sanjaykumarsah95262 жыл бұрын
Very usefull video, I learn alot Thank you for making such interesting video
@mitarninkovic32125 жыл бұрын
Thanks man, this is very helpful!!
@moisesroy10822 жыл бұрын
how do you change the color of border in minimize, maximize and close button please answer
@Anxhio3 жыл бұрын
I am not planning on making this but it came up in my recommended and it looks sick and works great!
@LactoriogaАй бұрын
Design actions look simple, but how effective it is! thx
@RamzaBeoulves3 жыл бұрын
This is exactly what I was looking for Thank you so much
@lahcenziyate36903 жыл бұрын
can you tell me how you make titlebar of brincipal form in black color
@lahcenziyate36903 жыл бұрын
black principal form titlebar ????
@RJCodeAdvanceEN3 жыл бұрын
Hi, it is not a custom title bar, it is a color that I set in Windows 10. You can create a custom title bar as is done in this video tutorial. kzbin.info/www/bejne/a3LWe32ibKebrMU
@lahcenziyate36903 жыл бұрын
@@RJCodeAdvanceEN I was created a costum titlebar with possibility to move form with paneltitlebar but it's not resizable form because the form border style is None
@julien80974 жыл бұрын
you can do allot in winform, but don't forget that it's completly 100% CPU Rendered wich means that if your design gets complex the app will probably run on 1 or 2 FPS on an average computer + when it comes to WinForms, you simply cannot animate things (you can but it will literally "RAPE" your CPU, and it will be very laggy and ugly) + it has allot of limitations when it comes to transparency, scaling, .. so it's cool when your making a little simple app, but if you need your app to be trully modern/fluid/.. you'll need to find an alternative, the closest alternative to WinForms is of course WPF
@elizabethgrant60183 жыл бұрын
You have no idea how much you’ve helped me! Thank you so much❤️
@maso4u5 жыл бұрын
great interface, keep them coming please
@ramharrison48004 жыл бұрын
What's that application you clicked on the taskbar to get the RGB color code? Pls.
@minecraftermad4 жыл бұрын
i would've made a custom submenu button class that inherits from button class that has the function for showing and hiding the menus and then you could've added the buttons within the menu into it with params[] , or even just functions and then automatically create buttons from the functions. if you do that the designer recognizes your custom button as placeable and you can drag and drop it into the form.
@justwatching61183 жыл бұрын
This tutorial is worth gold... Thanks :))
@L0V3V4MP1R32 жыл бұрын
Might be a dumb question but how did you change the color of the window borders?
@programwithdenis36432 жыл бұрын
Nice. How do I add animation when changing form
@BroShaver3 жыл бұрын
How did you change the Form's title bar color? Is that a Windows 10 setting style for all your Windows 10 windows? Would like to know how to do any color for the title bar
@juanopenx3 жыл бұрын
This video has been very informative, and takes some of the intimidation out of designing a desktop application.
@mscoco14315 жыл бұрын
you are best teacher ever ...thank u so mutch
@AbdrhmanArar4 жыл бұрын
Man Your Awesome 😍😍😘 Please do more 😍😍 I'll follow you to watch you all the time 😍
@shubhojeetbanerjee6810 Жыл бұрын
How did he made the title bar black colour?
@sourabhkumawat48637 ай бұрын
He removed the default title bar and made a custom panel and added custom buttons and programmed them to do their work
@erbilshops30292 жыл бұрын
Hi dear, i have a college project but don't know where to start >> its taking the usage of RAM and CPU and make it as floating animated wedges in desktop >> do you know where or how i should start in VB ..
@GadgetMeta4 жыл бұрын
Any framework you used? Like Guna or something else?
@DTKTVSL4 жыл бұрын
This code is not working if we add { } to the if condition in the line 181. Why is that. Can you explain please?
@whiteangel06754 жыл бұрын
I learned a whole bunch of new ideas thanks to this. Thank you! Gracias, mi amigo!!
@Omarhi51llarious4tsxdl1l5 жыл бұрын
Hi, You are Great. Thanks for English Channel. spanish is dificult for outer world.
@santhoshanand. Жыл бұрын
Same with Dynamic Menu ( with multiple submenus) is Good. can u create such
@IvanSpartsmien7773 жыл бұрын
How do you get titlebar color the same as the sidepanel color?
@Sioox2 жыл бұрын
how and when did you change the window color to black?
@YariyaMedia3 жыл бұрын
Nice tutorial. Explained in good manner and with excellent speed.
@NaingNaingHtun4 жыл бұрын
This tutorial is very helpful for Windows Form design creation. Thank you for your sharing.
@mustafasiddiqui64823 жыл бұрын
Man can you make tutorial of creating an equalizer in c#
@Ag-oi3cc3 жыл бұрын
Hi How Can I get a logo to show at the bottom when u open it
@2Adept4 жыл бұрын
how did u change the title bar color?
@OfficialGooseGames2 жыл бұрын
my computer is telling me that I have a virus when I try to download!
@McGrzyb894 жыл бұрын
when I choose dock top then button goes over the logo panel :P VS 2019
@georgebaco64224 жыл бұрын
Great Video. I started adapting it in my project but i cannot set focus on my textbox tab zero(0) on form load. Kindly help me..
@MrDp2973 жыл бұрын
May I ask how u changed the color of the title bar?
@RJCodeAdvanceEN3 жыл бұрын
I set the color in the Windows 10 appearance settings. Later I will upload a new final tutorial with all the possible functions and customizations.
@cristiandicesarea13073 жыл бұрын
Hello, great video! Can you realize the eset nod32 antivirus interface using winform? Thanks
@Speedstackingboy2514 жыл бұрын
oh god this is so satisfying I'm more inspired
@byronnnnn4 жыл бұрын
same
@42sol3 жыл бұрын
This is exactly what I need to understand and learn C# ... 1000 thanks
@Spirittism3 жыл бұрын
Hey bro, really need help, when i create the forms they look really good if i run at first, but if i open a new from using FormDashBoard Dash= new FormDashbaord(); Dash.Show(); This.Hide(); the form looks really ugly, as if Application.EnableVisualStyles(); no longer applies to forms that get opened by other forms.
@lasindunuwanga52924 жыл бұрын
Wow you are so good. Great ideas and inspirational. I thought winforms are not good for 🔥 UI
@stark19024 жыл бұрын
Hi, in the video, the window title color is black, how did you do that? I always have the title of the window, where the inscription "Form1" is white(
@kidsworld7459 Жыл бұрын
How to change the colour of title bar of this windows form, Please.....
@KoreanDragon3 жыл бұрын
How to change the navigation bar of color or custom??
@KutloanoMoshao Жыл бұрын
Don't you have the same project but in Java? if not, kindly make it when you have time..This is really amazing
@Taskiman2 жыл бұрын
What year version your Visual Studio?
@SuperAlibajwa4 жыл бұрын
Hi, what if i want to add one more button inside a subpanel alongside other buttons? its not placing it rite. when i copy and paste a button at the same place, the new button goes underneath the next submenu. How do i put it in front visible and the next submenu would be a little below so the place would be enough for the upper button. Thankyou. waiting for the reply.