Tanks, tanks..... Me ajudou muito, estava procurando uma maneira simples de fazer isso, os tutoriais que encontrava criavam códigos complexos para uma tarefa simples. obrigado.
my user control zooms out automatically when i run the program . And when it zooms out the button and right side cuts out instead of the normal design i make. Any help
Hi i have problem to send text or data from user controls i did this code but its not working do u know why ? i want to make my button back color in HomeM.cs to red in my main form but its not working HomeM homeMInstance = new HomeM(); // Code to be executed once the form has finished loading homeMInstance.button2.BackColor = Color.Red;
Hi I hope I'm not too late. I got the same error too. My folder name at first was "UserControl", then I changed it too "UserControls" and it worked. I hope it will help
Great video but is there anyway to stop the usercontrol tab from resetting to its default since im making something with a settings page and everytime I check something it changes to the default settings which is making this hard
Hello your vid helped to create something g I'm working on, but I'm stucked since I wish to populate a datagrid from a form, but the thing is that I don't know how? I know how to do it from the UC but I have no idea how to do it from a different form 🤣😅😅😅
Tengo el error : Gravedad Código Descripción Proyecto Archivo Línea Estado suprimido Error CS1503 Argumento 1: no se puede convertir de 'APLICACION***.Controles.UH_INGRESO' a 'System.Windows.Forms.UserControl' APLICACIONPATMAP C:\Users\***\Documents\APRENDIZAJE\C#\APLICACION**\APLICACION***\Administrador.cs 26 Activo Al intentar utilizar la funcion : AddUserControl(fuente);
Hi i had the same problem now that i was making something, insert this at the top: using [YOURNAMESPACE].UserControls; hope this helps if you are still working on it :).
i really dislike that you go through all these unnecessary steps that does not really belong to the topic at hand. this could of been a 3 minute tutorial easily. 10 minute mark ad rev i guess. still a waste of a lot of my time.
Nice video... I thought many times of implementing this but I wonder would it work for a large commercial project??
Iam support you keep going pro
Thanks my brother.
you deserve 1 billion Like ♥
i love your channel especially this video
Please how do you protect any file.txt >> as when copying this file.txt >> the data inside this file changes automatically
Tanks, tanks..... Me ajudou muito, estava procurando uma maneira simples de fazer isso, os tutoriais que encontrava criavam códigos complexos para uma tarefa simples. obrigado.
i have been tyring to do it for a while the thing is each time you do it it unloads the uc so it sorta cant be tabs
Thank you!
Good luck!
Please think about creating node editor without WPF ;)
Thank you very much. Thank you very much for doing this video. 😊😊
Thanks a lot! This was very helpful!
my user control zooms out automatically when i run the program . And when it zooms out the button and right side cuts out instead of the normal design i make. Any help
Hi i have problem to send text or data from user controls i did this code but its not working do u know why ?
i want to make my button back color in HomeM.cs to red in my main form but its not working
HomeM homeMInstance = new HomeM();
// Code to be executed once the form has finished loading
homeMInstance.button2.BackColor = Color.Red;
perfect, I need this for my TCC
i get the error "The type or Namespace name 'UC_custom' could not be found. UC_custom is the name of my windows usercontrol panel. please help
Do the rebuild
Thanks a bunch, I really needed this
that is exactly what i was looking for
Thank you! This helps me a lot
សូមអរគុណច្រើន😍❤
Thanks, You saved my time !!
What to do if I get error in creating user control form
Hi I hope I'm not too late. I got the same error too. My folder name at first was "UserControl", then I changed it too "UserControls" and it worked. I hope it will help
i have an error in panelContainer (The name 'panelContainer' does not exist in the current context)
bruh are you like new to c# or sum ?
It is the tag name of the panel element on the designer
@@henriquedesouza5090I Didnt understand, Like?
Oh, My workstation name.
did you get the solution if yes then please share
Thank you, very nice
Awesome!! Thank you.
Thanks for this :D
Great video but is there anyway to stop the usercontrol tab from resetting to its default since im making something with a settings page and everytime I check something it changes to the default settings which is making this hard
Use normal windoes forms not userforms
Very good.
Please how do I get guna components? 🤔
cant find the project on the website
Mashallah salar ka ❤️
salam malaikum und die alte kriegt nen eisprung :)
i don't find the sourcecode on your site..
Where can I download the code please ?
Add to title "Create Custom Tabs using User Controls in Visual C#" +
Windows Forms
Wao! Sin palabras. Hermoso.
I cant find this on your website
How u Make Windows Movable with None Border
Please watch this video to learn how to create a drag control in order to drag a borderless form: ua-cam.com/video/SXZN95pU_s0/v-deo.html
how to get data from sql using that UI
I not learned my teacher learned for you
Lol
panelContainer.Controls.Clear();
panelContainer.Controls.Add(userControl);
error: panelContainer - Does not exist in the current context
Thanks ❤
Where did the panelContainer came from
when he put the panel to parent container and then he renameed it
✊ rock on ! 👍💯👏🙌🙋✌
source code not avaliable ;[
Hello your vid helped to create something g I'm working on, but I'm stucked since I wish to populate a datagrid from a form, but the thing is that I don't know how? I know how to do it from the UC but I have no idea how to do it from a different form 🤣😅😅😅
good job .👍
thank you!
good work
when we are click home button then open new page why
not showing menu
menus arent showing anything
Excelente 💪
Tengo el error : Gravedad Código Descripción Proyecto Archivo Línea Estado suprimido
Error CS1503 Argumento 1: no se puede convertir de 'APLICACION***.Controles.UH_INGRESO' a 'System.Windows.Forms.UserControl' APLICACIONPATMAP C:\Users\***\Documents\APRENDIZAJE\C#\APLICACION**\APLICACION***\Administrador.cs 26 Activo
Al intentar utilizar la funcion : AddUserControl(fuente);
I have same error..
did you find a solution?
@@imanhasan8560 you made UC_Home to from not User control you have to make them to User control
Thank your very much
Very Good!
i cant add the UC_HOME stuff because it cant find it. Why?
Hi i had the same problem now that i was making something,
insert this at the top:
using [YOURNAMESPACE].UserControls;
hope this helps if you are still working on it :).
@@foxitb1232 What is YOURNAMESPACE?
@@foxitb1232 thanks :x
@@sharpsss7666 did this work for you?
@@grapikwafers5287 yep
Go forward 👏
is guna is paid?
Guna components free ???
Where can I find source code?
In the video.
download link for visual 2019 pls
💌
👍👍👍👍
not free
i really dislike that you go through all these unnecessary steps that does not really belong to the topic at hand.
this could of been a 3 minute tutorial easily.
10 minute mark ad rev i guess. still a waste of a lot of my time.
This is not a control. It's just a designer form. You have to learn what a control is and how to create a reusable one before showing others.
He added a UC then added that to the form