Hi Prathamesh Sawant. I think you are trying to call BringtoFront method for the class... if you UserControl Name is UCHome the after dragged on Form, it becomes UCHome1.... just select your dragged userControl and go to properties and copy the name of UserControl and paste it in the code and try to call the BringToFront method... e.g UCHome1.BringToFront(); I hope it will work for you.. :)
same probolem but if i add the new myThirdCustmControl and i want to take this methd in Form it is giving me a error like "a object reference is required for the non-static field , method, or property" and after when i check my code in Form1.Designer.cs there is no code to "myThirdCustmControl" why??? i really going to write the code by hand but is giving me more errors. Please Help
You just nailed it bro.... i am working on c# Application for 3 years i designed some application but never thought that they can be designed that much as you have done great work.....
Really appreciate it after 4 years.. salute sir.. i am beginner in c#.. i am a web developer/designer and app developer.. from somedays i am trying to make a pc app and i found your video its awesome love from Bangladesh 🇧🇩💓
Someone asked me to develop a windows application for him. I was just looking for some inspirations. when I watched your, I got stunned, amazing. Keep going bro. liked subscribed with bell icons enabled :)
THANK YOU SO MUCH. THIS VIDEO HELP ME TO DEVELOPED MY LAST YEAR WINDOWS APP EXAMEN. I'M A FRENCH SPEAKER, BUT NOT MATTER THE LANGUEAGE. IT'S VERY EASY TO LEARN MORE WITH THIS VIDEO. THANK YOU SO MUCH AGAIN I SHARE IT TO ALL MY CLASSMATES AND POST IT TO MY BLOG
I followed your instructions and done the same thing with you. Somewhere I personalized appearance. Thanks in anyway. Almost every tutorial show too classic way to desing windows forms in C#. But here we see a modern way of looking to windows forms.
Nice work there, pal! I was programmimg in C# for like 5 years and I didn't even bother with any UI, just crap. But you did convince me to try it! Just need to thank you for this video. I just used WPF instead of Windows Forms. (I like it more obviously) PS: I apologize for my bad english but I had to give thanks!
These videos are really great, how you manage to create pretty nice interfaces in no time! I've been working with C# for a while (not UI part) but I didn't think that it's possible to create really nice stuff using only basic components and icons set. Great work!
The design makes this AC a possible alternative to ductless DYI systems. It works great. The remote control could be more visual aid oriented like a backligh design. Is impossible to see the lcd at least for me. Easy install ua-cam.com/users/postUgkx_hHgTlzH3uk31Fe2RVS3xEbXHGaN_z5Tation. Came on time . Great comfort around the house 5 🌟 again. Follow mfg instructions for care and all and this should be the only AC you need for those of is that don't live in new homes with central AC
о Боже, спасибо.... просто от души, я действительно благодарна за это видео , я два часа сидела и думала как сделать ,чтобы листалось ,а тут все гениальное просто. Живи вечно❤
I just want to say thank you so much for your work, it literally opened my mind to the possibilities. Previously my UI looked like something from the 90s. I've subscribed and look forward to seeing more
You're just amazing....very modern and splendid design...I was hesitating learning c# as first language....you brought passion to it.....you're awesome bro
thank you for the help, at 1st I didnt know how to figure it out i was confused but later I got it! THANK YOU A LOT! Keep it up, dear! Make more I still need you :))))
Depending on how fluent this person is in English and how their accent sounds would dictate if it would be better sadly. Which is shitty but it's the truth. For example, a lot of people would immediately back out if they heard he/she was Indian. No matter how informative they were. People are just shit sometimes and you see it a lot in tech video comments, likes and dislikes, and time watched analytics.
The idea of this video sounds nice, but the music is a huge detractor. I would rather hear someone explain along the way regardless of the presenter's accent. This isn't a music video. You got my view, but I'm not going to finish watching this.
The Design is Soooo Amazing, but one thing you also add in this is responsive design. Dock Panels plus set anchors so that if the client change its LCD for example from 17 inch resolution to 24 inches then it auto adjust on his screen according to new resolution
The problem occurs at 13:51. After I Rebuild Solution, the CustomControl.cs(User Control) DOES NOT appear in Form1.cs Toolbox. I've lost hours and hours searching for problem online but still haven't figure it out.
@@РоманСинькевич-ы2з Tools->Options->Windows Forms Designer->General->Automatically populate toolbox->true(it's false by default, professional 2017). Sucks that I lost so much time and was bothering with reinstallations lol.
This is awesome! A friend of mine wanted a piece of software and I used this design! I hope you done mind me using part of your design! Keep up the good work :D
Hi. When I rebuild my solution, my other .cs files don't show up. I don't get a tab in toolbox called "{name} Components". I have tried to click on show all but this still dosen't work.
That's not possible with Windows Forms. You are looking for responsive design, for which you can either use WPF (Windows Presentation Foundation) or make a Web Application and using HTML to present your view.
Sir, like 17:21, your "Read More" button, how i can call another user control by clicking the "Read More" button, cuz i just can't do it, i tried so hard, thank you!
I could not figure out how clicking from home to eat out changed the display. I was trying with panels now I know to use usercontrol thanks. liked and subbed
Hi Killer Consoles... we can use Panels instead of UserControls... just use "Panel1.visible = true;" and "Panel2.visible = false;" in Click Event of Button... but i recommend you to use UserControls.. Thank You... :) :) :)
Hi There, Could you please help me with something. Whenever any button is clickec on the form it creates a thin border around the selected button which is frankly disgusting to look at while that is not happening in your video, could you telll how you made that possible
What the reson to make every single sprite separately for UI since dealing with an adaptive layout is not supposed in case of C# ? You could copy/pase the whole template into UI as background image and then just add some buttons. lol
Omg 😮 This is truly amazing! You helped me so much , do you have any problems if I use this as my design? I Guess so? It a tutorial in the end of the day :D
Hi! I noticed that your picture and icons have transparent background. When I try to upload a picture with transparent background i get the grey squares instead. Do you know anything about this? It would be a lot of help
Hi Titus-Traian Trifon.. Please use ICON8 desktop application for free icons of any color with transparent background.... You can download it from www.icon8.com
Awesome I straight forward subscribe to this channel.......... bro one question could you provide more ebent handler to those as well...like to setting and application exist.
wow dude thanks for this...... can i ask you one question ?? people says that nowadays desktop application is being extinct like there isn't market for desktop application is it true bro........ ???? pls reply !!
The sidepanel.Height = button1.Height; doesent work for me, is there another solution for this? There is no Error Message, but it doesent move when I press the button. Here the command: private void b_New_Click(object sender, EventArgs e) { sidepanel.Height = b_New.Height; }
jean paulo cabral... Just pick any color using "Just Color Picker" copy it's RGB color and paste it inside the BackColor feild in properties.... Thanks for watching my Videos... 😊😊
I could not use the RGB colors pasted into the property just like this. I got a "Property value is not valid." warning. This happens when the List separator setting in the region and language settings of Windows is set to a symbol other than ",". stackoverflow.com/questions/37821859/visual-studio-2015-original-rgb-format-is-not-valid-value-for-int32
BringToFornt();
is giving me error pls help
Hi Prathamesh Sawant. I think you are trying to call BringtoFront method for the class... if you UserControl Name is UCHome the after dragged on Form, it becomes UCHome1.... just select your dragged userControl and go to properties and copy the name of UserControl and paste it in the code and try to call the BringToFront method... e.g UCHome1.BringToFront();
I hope it will work for you.. :)
@@CUiAcademy same problem, i cannot access the usercontrol name.
Thanks it work
Its perfect and very helpfull thank you so muchh....
same probolem but if i add the new myThirdCustmControl and i want to take this methd in Form it is giving me a error like "a object reference is required for the non-static field , method, or property" and after when i check my code in Form1.Designer.cs there is no code to "myThirdCustmControl" why??? i really going to write the code by hand but is giving me more errors. Please Help
I got so much respect for you, the fact that you don't only teach people but if they have any problems, your respond in the comments.
You just nailed it bro.... i am working on c# Application for 3 years i designed some application but never thought that they can be designed that much as you have done great work.....
same here.. lol.. just play with color and etc BOOOM creative Ui.. nice..
Really appreciate it after 4 years.. salute sir.. i am beginner in c#.. i am a web developer/designer and app developer.. from somedays i am trying to make a pc app and i found your video its awesome love from Bangladesh 🇧🇩💓
Learned more with this video than in the five weeks I been through the C# course at college.
Someone asked me to develop a windows application for him. I was just looking for some inspirations. when I watched your, I got stunned, amazing. Keep going bro. liked subscribed with bell icons enabled :)
Thank You So much Bro... :) :) :)
You are a girl arent you :P
THANK YOU SO MUCH. THIS VIDEO HELP ME TO DEVELOPED MY LAST YEAR WINDOWS APP EXAMEN. I'M A FRENCH SPEAKER, BUT NOT MATTER THE LANGUEAGE. IT'S VERY EASY TO LEARN MORE WITH THIS VIDEO.
THANK YOU SO MUCH AGAIN
I SHARE IT TO ALL MY CLASSMATES AND POST IT TO MY BLOG
I followed your instructions and done the same thing with you. Somewhere I personalized appearance. Thanks in anyway. Almost every tutorial show too classic way to desing windows forms in C#. But here we see a modern way of looking to windows forms.
Nice work there, pal! I was programmimg in C# for like 5 years and I didn't even bother with any UI, just crap. But you did convince me to try it! Just need to thank you for this video. I just used WPF instead of Windows Forms. (I like it more obviously) PS: I apologize for my bad english but I had to give thanks!
you have decent english bro dont worry :) I have never seen a fellow programmer with crappy english actually.
I am a sophomore of Computer Science, and your video really inspired me!
Wow, i never think than Visual Studio is so powerful
Yes
These videos are really great, how you manage to create pretty nice interfaces in no time! I've been working with C# for a while (not UI part) but I didn't think that it's possible to create really nice stuff using only basic components and icons set.
Great work!
The design makes this AC a possible alternative to ductless DYI systems. It works great. The remote control could be more visual aid oriented like a backligh design. Is impossible to see the lcd at least for me. Easy install ua-cam.com/users/postUgkx_hHgTlzH3uk31Fe2RVS3xEbXHGaN_z5Tation. Came on time . Great comfort around the house 5 🌟 again. Follow mfg instructions for care and all and this should be the only AC you need for those of is that don't live in new homes with central AC
this is the best beautiful winform app I had seen.
о Боже, спасибо.... просто от души, я действительно благодарна за это видео , я два часа сидела и думала как сделать ,чтобы листалось ,а тут все гениальное просто. Живи вечно❤
*Really works well and Easy to instal **Fastly.Cool*
This is amazing work, I've never known how stylish applications like this are made. Thank you very much!
I just want to say thank you so much for your work, it literally opened my mind to the possibilities.
Previously my UI looked like something from the 90s. I've subscribed and look forward to seeing more
Design over designer sounds much better. Great vid bro.
Such an stylish UI made so easy! The user control is actually really helpful. Thanks for the tutorial
You're just amazing....very modern and splendid design...I was hesitating learning c# as first language....you brought passion to it.....you're awesome bro
thank you for the help, at 1st I didnt know how to figure it out i was confused but later I got it! THANK YOU A LOT! Keep it up, dear! Make more I still need you :))))
Would have been better with words rather than music. Looks good though
Depending on how fluent this person is in English and how their accent sounds would dictate if it would be better sadly. Which is shitty but it's the truth. For example, a lot of people would immediately back out if they heard he/she was Indian. No matter how informative they were. People are just shit sometimes and you see it a lot in tech video comments, likes and dislikes, and time watched analytics.
@@Warpgatez I hate the fact that people just hate the Indian accent.
@@VahinSharma ofc you do
yeah sure
The idea of this video sounds nice, but the music is a huge detractor. I would rather hear someone explain along the way regardless of the presenter's accent. This isn't a music video. You got my view, but I'm not going to finish watching this.
Been looking for a channel like this. This is awesome! Subscribed!
Thank you sir!!!!! u have gave me inspiration that with C#, We can create a beautiful and workable Software and in low budget.
THIS IS STILL PERFECT IN 2020! WHAT A NICE DESIGN! OMG
Thanks from Taiwan,it is helpful for my school project!
i was looking for hint... you make my day.. thanks bro. keep it up.
Thanks dude, subscribed! Greetings from South Africa
simple yet practical! Very good.
Omg, this is amazing bro!!! Nice work, you gave me so much inspiration hahahaha, a big hug from Brazil!! Thanks for the class. ;)
It's really help full for designing UI/UX... thankx alot broo
Awesome.. No comments to express.. It is simply awesome......Channel Subscribed with bell Icon... Big Fan..
The Design is Soooo Amazing, but one thing you also add in this is responsive design. Dock Panels plus set anchors so that if the client change its LCD for example from 17 inch resolution to 24 inches then it auto adjust on his screen according to new resolution
Amazing work dude !!! 👏👏👏👏
Keep up 💙💙💙
Hello and thank you for UI design, It was so good and beautiful :)
Very nice tutorial. Just followed it a few minutes ago and it's really simple. Thanks Salaar! =)
hi bro awesome work.. learning alot from you.. you truly an awesome programmer..
Thank you so much bro...
tell now
ur the best design channel
Thank You So Much @Team_Coderz... Stay Tuned for more Videos... :) :)
This tutorial did help me a lot. Keep it up! Thanks✌
The problem occurs at 13:51. After I Rebuild Solution, the CustomControl.cs(User Control) DOES NOT appear in Form1.cs Toolbox. I've lost hours and hours searching for problem online but still haven't figure it out.
Hi likal. Please contact me at salarkiu@gmail.com.... We'll try to figure out the problem....😊
did u find answer ?
@@РоманСинькевич-ы2з Tools->Options->Windows Forms Designer->General->Automatically populate toolbox->true(it's false by default, professional 2017). Sucks that I lost so much time and was bothering with reinstallations lol.
this video is awesome in soo many ways, thank you guys
Other than the music.. This is pretty damn fucking amazing!!!.. I subbed
Sir you are just Amezing 😍😍
Amazing design, I still have much to learn 😊
Exactly looking for this video..... Really good work in a short time
Looks very good bro! :)
You helped me much.
Like and sub for you! ;D
Love C#
This Channel Helps Me A Lot! Thanks
I love it! Thanks for sharing, i got nice idea for my application. Keep sharing guys!
man your videos are just what i need. Thank you so much!?
$19 Cheeseburger? Ripoff! In all seriousness, nice video!
I guess they meant $1.9
@@toquwac it's around $3 in Morocco
In Nicaragua costs $4
McDonalds' cheeseburger is $1 in Kazakhstan
In india they cost 170rs at average, 2 point something dollars
I loved the way you are going
This is awesome! A friend of mine wanted a piece of software and I used this design! I hope you done mind me using part of your design! Keep up the good work :D
No Problem @Matt.... Feel free to use any of designs and Source codes in your projects... :) :)
Awesome design! Thanks for the tutorial.
Thnaks man, continue doing the video about C#
Very Helpful for beginners
Thanks a lot
Hi. When I rebuild my solution, my other .cs files don't show up. I don't get a tab in toolbox called "{name} Components". I have tried to click on show all but this still dosen't work.
Amazing video my friend, keep it up!
Where did you get those icons from? I want to use it -3-
I 'm glad we can use Web as Interface today, you did a great job but it's hard to maintain an interface like that in a large application.
BEST C# VİDEO İN UA-cam 💙💙
Weird question, but what could you do to make sure everything in the software scales to different screen resolutions?
That's not possible with Windows Forms. You are looking for responsive design, for which you can either use WPF (Windows Presentation Foundation) or make a Web Application and using HTML to present your view.
@@lisaasho364 That makes sense, thank you for the info =]
Perfect, thanks for every think
Nice Work 👏👏👏
I get an error Message saying there are no usable controls in this group. pls help
Sir, like 17:21, your "Read More" button, how i can call another user control by clicking the "Read More" button, cuz i just can't do it, i tried so hard, thank you!
it's amazing sir please do the same with XAML
waiting for some XAML tutorials sir :)
Hi @G-fused.. Thanks for watching... I'll make some videos on WPF Applications... Stay Tuned... :) :)
C# UI Academy waiting for some good XAML tutorials sir :)
A very good design, I like it!!
I just learned so much, thanks so much for sharing!
when did you make the buttons interactive? (changing colors)
Do you develop in Java as well? It's more fancy..
where'd you get the images?
Amazing Dude😍😍😍❤️ I've learned alot from you.. Now i can design like this too🙈😎
I could not figure out how clicking from home to eat out changed the display. I was trying with panels now I know to use usercontrol thanks. liked and subbed
Hi Killer Consoles... we can use Panels instead of UserControls... just use "Panel1.visible = true;" and "Panel2.visible = false;" in Click Event of Button... but i recommend you to use UserControls.. Thank You... :) :) :)
I couldnt use buttons in user control , can you help me out
I want to use bringToFront() using a button from another user control. Please reply!!
@@yashkhurana7297 same problem dude
178, 8, 55 "pink"
41, 39, 40 black
182, 172,0 yellow
Your works are really amazing! Can I just ask where you got all those icons? Thanks. .
Hi Haris... Please use ICON8 desktop app for free icons of any color...😊
@@CUiAcademy Thank you so so much! Keep up the good work! I found really much useful stuff at your canal even that you are so fast 😋
bro you are real bosss
I don't have icon and i don't know search icons in google . Please help me. Thanks very much
Please use ICON8 desktop app for free icons of any color
@@CUiAcademy thanks you very much
Thank you , i'm now a better developer
Hi There, Could you please help me with something. Whenever any button is clickec on the form it creates a thin border around the selected button which is frankly disgusting to look at while that is not happening in your video, could you telll how you made that possible
What the reson to make every single sprite separately for UI since dealing with an adaptive layout is not supposed in case of C# ? You could copy/pase the whole template into UI as background image and then just add some buttons. lol
Hi Mnxa.. I don't recommend any one to use any background image of a whole form. It really slow downs the performance of your application....
Omg 😮 This is truly amazing! You helped me so much , do you have any problems if I use this as my design? I Guess so? It a tutorial in the end of the day :D
Hi! I noticed that your picture and icons have transparent background. When I try to upload a picture with transparent background i get the grey squares instead. Do you know anything about this? It would be a lot of help
I actually just fixed this. Great video by the way :)
Hi Titus-Traian Trifon.. Please use ICON8 desktop application for free icons of any color with transparent background.... You can download it from www.icon8.com
Which software you are using for icons ?
ICONS8 desktop app for free icons of any color...
Can you share the icons ?
This is a great video. Design is quite impressive.
Hi...please use icon8 desktop application for free icons of any color....
@@CUiAcademy thank you so much
Awesome I straight forward subscribe to this channel..........
bro one question could you provide more ebent handler to those as well...like to setting and application exist.
wow dude thanks for this......
can i ask you one question ??
people says that nowadays desktop application is being extinct like there isn't market for desktop application is it true bro........ ????
pls reply !!
hi ; What program did you use to choose the color code you wanted?
The sidepanel.Height = button1.Height; doesent work for me, is there another solution for this? There is no Error Message, but it doesent move when I press the button. Here the command:
private void b_New_Click(object sender, EventArgs e)
{
sidepanel.Height = b_New.Height;
}
Hi Elban... Please add another line of code here....
SidePanel.Top = button1.Top;
This will work for you... 😊
Thanks for watching my Videos....😊
Replace Button1 to name of your Button
Yea that work for me thank you :)
good video. I can save your video ?
Hello all well
Could you help me?
How do you use RGB colors in Visual Studio 2017 properties?
Thank you!
jean paulo cabral... Just pick any color using "Just Color Picker" copy it's RGB color and paste it inside the BackColor feild in properties.... Thanks for watching my Videos... 😊😊
I could not use the RGB colors pasted into the property just like this. I got a "Property value is not valid." warning. This happens when the List separator setting in the region and language settings of Windows is set to a symbol other than ",". stackoverflow.com/questions/37821859/visual-studio-2015-original-rgb-format-is-not-valid-value-for-int32
@@chrisg8142 Thx
jean paulo cabral If you’re using WPF, you’ll have to use the hex value. Or specify the R=“Value”, G=“Value”, B=“Value”
Which visual studio you use
Hi bro! Can you tell me how to do the same thing only on the site? You are the best. I'm new to backend
amazing video , thnx ... just wondering where can i get those button images pls
Please use icons8 desktop app for free icons of any color.. :)
Nice Video, thx! But I have a question. I want to open usercontrol2, when I klick on a button in usercontrol1, how can I do this?
Hi Ahm Erk.. Please watch my this video to learn: ua-cam.com/video/wZ63E_9ASwM/v-deo.html
C# Ui Academy thank you very much!! 👍
I am big fan bro you are really creative. PLEASE recommend any book or learning source where i can use more methods and create different designs.
Yes, yes, yes! Thank you for this project and video!
wish youtube should have placed a donate button over here
Assalam aalykum Bhai.... Koi full screen application example h aapk paas?
Am happy with your designs.How much will you charge for designing a form(assume some 15 to 20 textfields and few other fields)??
Please Contact me at my Fiverr Account: www.fiverr.com/salaarhusyn