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.
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(); } }
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.
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
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?
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!
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?
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.
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
@@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?
@@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
@@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)
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.
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; }
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?
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.
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.
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
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..
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
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 :(
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?
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?
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..
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?
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
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.
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
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.
🎯 NEW! Final Modern UI - Aero Snap Window, Resizing, Borderless, Sliding Menu - C#, WinForms : th-cam.com/video/N5oZnV3cA64/w-d-xo.html
How can I get in touch with you? I did send you a msg on insta Its - GooseNeckGuy
16:30 drag form
17:30 Remove the title bar
18:50 Panel Layer
Bro, awesome tutorial, you deserve more subscribers
Yes We must share his awesome effort he truly deserves more.Yes.
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.
Awesome 👍 video sir ... For contribution I have seen all of the ads without skip.
Guys, you rock, so simple implementation...went trough tons of articles, nothing so simple...
perfectly implemented instructions and great design. Many thanks for your effort
thanks bro...your tutorials are really helpful and awesome...keep it up bro
Thank you ! i was looking for something like this for my project :) the design looks very modern, like spotify
Outstanding work sir and i have used your technique and it's really helpfull and thank you so much.
OMG, eres tan bueno que ya lo haces en ambos idiomas, sigue así. Eres el mejor.
Awesome work! Thanks for publishing!
this design is sleek and modern. i like it... :D
Amazing work sir i really appreciate u keep it up
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.
This helped me a lot to improve my project thank you so much!!
You naild winforms bro
Thanks a lot
Now i can say winforms is ultimate
Very helpful for dev C#! Thank you.
Excellent ! Thank you for this video.
great vid!
Awesome work, thank you
This is great !!!
Thank you. This is very useful to me.
Thank you! I am hungry to see your next video...
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();
}
}
me too thanks for the fix :)
@@egorbv5623 'Tips-Hat', you're welcome.
thank you so much! Your video helped me a lot!
You are really amazing thank you so much
Great Design, great video! It is getting better and better! I love you solution with the audio. How do you create that?
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.
Your voice nice ! Very pleasantly listen and programming :)
Thats a computer voice, isn't it?
Great tutorial, thank you!
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.)?
Thank You So Much !
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
22:00 "So here we simply close the child p..."
*FBI, OPEN UP!*
hahahahaha
🤣🤣
great video!
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
Did you fix it?
After downloading the FontAwesome.Sharp in VS WPF, it doesn't appear in my toolbox. Even after restarting it doesn't change.
Any ideas?
Wow! u're perfect!
Thank you a lot, it really helped
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?
Very nice thank you bro
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?
Very good work. I just wondering as a beginner I am why did you use new forms instead of usercontrols ?
Thanks for this video,
Please upload more videos related to this
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!
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.
@@RJCodeAdvanceEN Is there any tutorial you can recommend?
Have you resolved this problem?
Ive just installed the font awesome but the toolbar is not showing. Is there another step?
What theme are you using for visual studio?
Best of the best 😁
Master winform!!!!
Gracias bro. lo aprecio mucho.
what is the name of your theme? it looks awesome
thats so cool!
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?
It is a button with an added image. You can download the icons from Flaticon.
I found it great.
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.
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
@@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?
@@MacmamenPro in the new form you don't have to do all this stuff, because it your menu on the left side will stay.
@@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
@@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)
Why is my form not like this 17:45? I cant pin it when I drag it to the top and sides :(
Awesome, Thank You for this tutorial. Can you share your Theme ? it looks appealing
Wonderful!
what us your theme?
Send me that. It is nice for eyes - looks like material blue with cutom work.
marketplace.visualstudio.com/items?itemName=gjactat.palenightvs2017
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.
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;
}
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?
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.
this is very good
hi thanks for your valuable video. Please help me how to add Tooltips on iconbutton when mouse over.
i have a question?
i installed FontAwesome.Sharp but it still not appear on toolbox?
Fun fact: u are webdev and u didnt search for that
True
yeah...
Yes but not
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.
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.
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
Ola, sou do Brasil. Nota 10 seu tutorial. Meus parabéns.
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..
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
Are you making a collection of Visual Studio?
I try using installing it to VS2015 why it didn't work ??
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 :(
thank you bro !
Hello, can u help me? You have dark thing above your app. I have it white. How turn it to the dark? :D
The new FormDashboard() does not recognize. Do I have a problem with the child form?
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?
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?
A not very important question.... But what is the name of the theme you're using? It looks awesome man!
Nice❤
Thanking you so much...
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..
@@ToastedDen same
what is the color helper you have?
This video is very useful to me and can u make a video on opening a child form in Tab controller....
hey what font you use for your visual studio ?thank you
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?
how do you add the tools manually since mine didn't get added.
the "BAAHton"
"buttin"
"button"
It is possible that if I transfer my project into another laptop without don't awesome may design will ruin or destroy ?
how did you add forms in desktop at the end 20-51?
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
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.
Use semicolon instead of dash between the numbers. So example: 30;25;62
What version of Visual Studio you use?
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
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.
Can you make this same project in WPF?
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
hello sir, why my iconChar is not move to right when we click that?
Nice 🙂👍