Duuuuude, I have been looking for this video showing how to do this for many days but couldn't find one. Thank you so much🙌🙌
@Dadadadam9993 жыл бұрын
An instance can be made simpler. :) public partial class Form1 : Form { public static Form1 Instance { get; } public From1() { InitializeComponent(); Instance = this; } //other code } *If the property has only get, then it can be changed only in the class constructor.
@carlmarionmanlapaz46975 жыл бұрын
I love how you play with colors and interface
@sem_the_man Жыл бұрын
Thank you so much! I'm new to c# and came here just out of curiosity, but ended up learning a lot. I also didnt know you could change the appearence of a button, that will certainly be useful as well
@marcosbarros70954 жыл бұрын
Dude, you're just the best doing such designs. Tks for sharing with us!
@TheByteBit5 жыл бұрын
dude, even if you win the lotto, don't stop making these types of videos; can't express enough how much I've gleaned from them. The music not withstanding, the pace is perfect and the end result is quite eye-catching. If you ever want to add a voiceover to your videos with further explanation, let me know. I'd be glad to help out in any way I can.
@JBilly-zj6xs4 жыл бұрын
Thanks bro !!!!!!!!!!!! Your knowledge is amazing, I never thought C # WF could do this.
@LuisEduardo-ek4ht5 жыл бұрын
Many thanks, I have so many problems when I need to make an application with several windows for college, this helped me a lot. I'll be signed up and I'll be waiting for next videos, congratulations for the work.
@DigitalHeadShots4 жыл бұрын
When I select add - User control, I do not have an option to add user control like you do in the video. Am I missing an extension of some sort?
@codingislife63876 жыл бұрын
So good .. Masha Allah May Allah Loves with u so much (Allah Ap Sa Razi ho)
i've been looking for this answer for quite a while, what i don't understand is that why is it that hard to open a UC from another one
@jmpaunlagui8455 жыл бұрын
Without this video my system would take several days to finish, Thank you btw;
@erastuskula56914 жыл бұрын
Thanks a lot this is what I was looking for. You helped me.
@babagrilo3 жыл бұрын
thanx man its really helped me
@kurdishprogramming46982 жыл бұрын
Good 💐💐💐
@oh40944 жыл бұрын
Do you have VB.net tutorials, I'm looking for video tutorial. My problem is that how to loop user control using the values coming from a database with image. I'm doing Point of Sale with Inventory System
@CUiAcademy4 жыл бұрын
I can demonstrate that using C#... I don't have any experience on vb.net
@oh40944 жыл бұрын
@@CUiAcademy can you make C# tutorial for that please? By the way I already checked your channel and there's a lot of useful thing in here. I also subscribed to your channel.
@morsheddld3 жыл бұрын
3 years back i switched myself vb.net to c# and it worths switching language. I've found less research on vb.net where c# has endless support, research.
@nuwanthilina49404 жыл бұрын
I have a problem..I am creating a software which is having more user controls. This method is only giving one user control (when pressing back button). I need to change that to go to the recently opened user control. when I add more it gives 'Object reference not set to an instance of an object.' error for back button click event (panelContainer.Controls["UCHome"].BringToFront();). But when I change "UCHome" to the other user control, it works.but after that it does not work for "UCHome". Please help me...
@mahirskula19274 жыл бұрын
kzbin.info/www/bejne/hKarlqR-bZapia8 first 2 minutes of video, I had the same problem
@xbxb Жыл бұрын
how about the back button is in the UCHome, not in form1?
@kengthe59493 жыл бұрын
very nice example! Thank you.
@aimenyaseen8534 жыл бұрын
It doesn't help me. Because I have a list of user controls managed by different buttons on form. And I wanted to open one userControl from another by clicking on button. No back button on form is required... pls help...
@CUiAcademy4 жыл бұрын
Please contact us at info@csharpui.com
@bartomiejbartoszewicz84725 жыл бұрын
Where I can find icons which you use?
@CUiAcademy5 жыл бұрын
Hi Bartłomiej Bartoszewicz. Please use ICONS8 desktop app for free icons of any color.. :)
@bartomiejbartoszewicz84725 жыл бұрын
@@CUiAcademy Thanks :)
@lalitmehta21154 жыл бұрын
Hi I needed to Mack an mantra mfs100 divise appplition so using c#
@kamranmz6 жыл бұрын
you are my "C# Angel" :)
@НиколайТорощин-е6э6 жыл бұрын
Спасибо за видео 👍👍👍👍
@NorbertWebDev5 жыл бұрын
Love your tutorials
@AMIRKHAN-dm2fm6 жыл бұрын
very nice bro. you are awsome.
@khaled_hossain6 жыл бұрын
Please make WPF video series .
@CUiAcademy5 жыл бұрын
sure.. :) :)
@khaled_hossain5 жыл бұрын
@@CUiAcademy I'm excited about it.
@ghizelreyes63145 жыл бұрын
Hi! I would like to ask if its possible to show 2 user controls in one form? 1.) A button will display 1 user control in the form. 2.) Then, a button from the recently displayed user control will display the second user control If its okay, can you make a tutorial bout it? Great tutorials by the way! Its helping me a lot :) Keep it up!
@mahirskula19274 жыл бұрын
kzbin.info/www/bejne/hKarlqR-bZapia8 first 2 minutes of the video
@delriochristian63395 жыл бұрын
I would like to ask what topic of programming is the coding, need to do some research. A reply would be helpful.
@lambsauces3 жыл бұрын
Data Sructures & Algorithm
@bojidarkamenski34326 жыл бұрын
So nice design and so nice video it is veruy helpful!!! But may I ask one question is there a way for users to post information in our c# app??
@downfall9915 жыл бұрын
Hey! This is extremly insipiring! I have a personal project that I'm working on and I can't seem to solve this problem. In Form1 I have a button. After clicking this button, the first usercontrol (new.cs) are dynamically loaded in the Panel (container).
@OscarGarcia-up3ph5 жыл бұрын
Can you do the same with ChildForms instead of UserControls?
@PeterPheneX2 жыл бұрын
Thank you very much
@adenugraha37736 жыл бұрын
Its great..! But what's the difference between form and usercontrol?
@CUiAcademy6 жыл бұрын
User controls are a way of making a custom, reusable component. A user control can contain other controls but must be hosted by a form.Windows forms are the container for controls, including user controls. While it contains many similar attributes as a user control, it's primary purpose is to host controls. Ref: Stackoverflow
@adenugraha37736 жыл бұрын
@@CUiAcademy thank you.. 👍
@CuongNguyen-bu3et4 жыл бұрын
the compiler tell my this: System.NullReferenceException: 'Object reference not set to an instance of an object. this error pop up at: Form1.Instance.PnlContainer.Controls["NextPage2"].BringToFront();
@inhtringo93694 жыл бұрын
Love you broooooooooooo
@EGYcon5 жыл бұрын
can you create a login form in which we can create a user for first time and the user we create will be saved even if we close the program or shut down the computer and an option to change password when we logged in to the dashboard, please
@CUiAcademy5 жыл бұрын
without using database?
@EGYcon5 жыл бұрын
@@CUiAcademy with using database
@CUiAcademy5 жыл бұрын
@@EGYcon Sure... Please watch my next Video... 😊😊
@EGYcon5 жыл бұрын
@@CUiAcademy thank you very much 😍
@serramy60725 жыл бұрын
Nice!! Where you dowload the icons?
@CUiAcademy5 жыл бұрын
Hi.. Please use icons8 desktop app for free icons of any color... :)
@tiarakp22024 жыл бұрын
how can I pass data that has entered in one user control to another user control?
@MrPeter17195 жыл бұрын
Nice tutorial, but I have a question. How does the user exit this form, alt + F4?
@808reaper75 жыл бұрын
Do it yourself
@xheptc96124 жыл бұрын
Can u make tutorial how to Slide Panel Outside Not inside of the Applicaiton
@twitchfabi_xo99435 жыл бұрын
Can u remake the epic games launcher ? I am new and I want to learn more about this :)
@808reaper75 жыл бұрын
12 ?
@bitnetsoftgpl5 жыл бұрын
Will anyone have the source code of this video? please.
@CUiAcademy5 жыл бұрын
Hi. Please download the source code from this link: github.com/SaLaaRHuSyN/DisplayUserControlFromAnotherUC
@MaziSaidSo5 жыл бұрын
You're incredible
@an_unknowuser5 жыл бұрын
Hier UserControls1.BringToFront() dont Work for me...need a little help
@karim-sq1sk5 жыл бұрын
source code fore this video ??
@CUiAcademy5 жыл бұрын
Please Download it from this link: github.com/SaLaaRHuSyN/DisplayUserControlFromAnotherUC
@brymussolin27885 жыл бұрын
Hello bro can u do one tutorial that can perform crude in user control...tnx
@prodaddy50624 жыл бұрын
Can you make another video on this without using panel Please
@Ankit-nj6cr4 жыл бұрын
Video starts at 14:45
@svc60296 жыл бұрын
so good
@trendmafiya13265 жыл бұрын
please make next video on displaying processing image on data fetch from database
@an_unknowuser5 жыл бұрын
Form1UserControl.BringToFront(); Don't Work Need a help...
@elietaillard99443 жыл бұрын
What's the solution in WPF ?
@daizwap94544 жыл бұрын
great work
@phavneesh74544 жыл бұрын
In VB we put Name.visible
@amanurrehmansandhu49635 жыл бұрын
Thanks Brother.
@josemariemojica24744 жыл бұрын
it didnt work with guna ui framework
@renaldballester29435 жыл бұрын
thanks really helpful ^_^
@caovantrinhdn3 жыл бұрын
thanks
@HasanMalFahl6 жыл бұрын
amazing!
@phanhuuthang24795 жыл бұрын
thank you .
@kavr5 жыл бұрын
amazing
@stefanop53665 жыл бұрын
where is source code? name?
@soundrogue44723 жыл бұрын
okay it looks pretty BUT I just want to be TAUGHT the basics, not the fancy!
@Elzelgator2 жыл бұрын
This video too long tho. Half of the video shows irrelavent button addition.