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?
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.
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.
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
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
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.
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(); } }
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 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.
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!
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?
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?
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
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; }
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..
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..
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)
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?
🎯 NEW! Final Modern UI - Aero Snap Window, Resizing, Borderless, Sliding Menu - C#, WinForms : ua-cam.com/video/N5oZnV3cA64/v-deo.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
Awesome 👍 video sir ... For contribution I have seen all of the ads without skip.
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.
Bro, awesome tutorial, you deserve more subscribers
Yes We must share his awesome effort he truly deserves more.Yes.
perfectly implemented instructions and great design. Many thanks for your effort
Guys, you rock, so simple implementation...went trough tons of articles, nothing so simple...
great vid!
Outstanding work sir and i have used your technique and it's really helpfull and thank you so much.
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
OMG, eres tan bueno que ya lo haces en ambos idiomas, sigue así. Eres el mejor.
Awesome work! Thanks for publishing!
This is great !!!
this design is sleek and modern. i like it... :D
After downloading the FontAwesome.Sharp in VS WPF, it doesn't appear in my toolbox. Even after restarting it doesn't change.
Any ideas?
Ive just installed the font awesome but the toolbar is not showing. Is there another step?
Amazing work sir i really appreciate u keep it up
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?
Thank you! I am hungry to see your next video...
Very helpful for dev C#! Thank you.
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
Best of the best 😁
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.)?
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?
This helped me a lot to improve my project thank you so much!!
22:00 "So here we simply close the child p..."
*FBI, OPEN UP!*
hahahahaha
🤣🤣
Excellent ! Thank you for this video.
I try using installing it to VS2015 why it didn't work ??
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.
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.
Wow! u're perfect!
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
Master winform!!!!
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?
Thank you. This is very useful to me.
great video!
Your voice nice ! Very pleasantly listen and programming :)
Thats a computer voice, isn't it?
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
i have a question?
i installed FontAwesome.Sharp but it still not appear on toolbox?
I found it great.
You naild winforms bro
Thanks a lot
Now i can say winforms is ultimate
what is the name of your theme? it looks awesome
Awesome work, thank you
thank you so much! Your video helped me a lot!
Thank You So Much !
hi thanks for your valuable video. Please help me how to add Tooltips on iconbutton when mouse over.
this is very good
Hello, can u help me? You have dark thing above your app. I have it white. How turn it to the dark? :D
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.
Are you making a collection of Visual Studio?
The new FormDashboard() does not recognize. Do I have a problem with the child form?
What theme are you using for visual studio?
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.
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 :(
Gracias bro. lo aprecio mucho.
thats so cool!
what is the color helper you have?
Very good work. I just wondering as a beginner I am why did you use new forms instead of usercontrols ?
Wonderful!
hello sir, why my iconChar is not move to right when we click that?
Great tutorial, thank you!
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?
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.
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?
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?
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?
hey what font you use for your visual studio ?thank you
Can you make this same project in WPF?
Very nice thank you bro
Why is my form not like this 17:45? I cant pin it when I drag it to the top and sides :(
It is possible that if I transfer my project into another laptop without don't awesome may design will ruin or destroy ?
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?
Nice❤
how did you add forms in desktop at the end 20-51?
how do you add the tools manually since mine didn't get added.
Awesome, Thank You for this tutorial. Can you share your Theme ? it looks appealing
Thanks for this video,
Please upload more videos related to this
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
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
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;
}
Thanks, can you Help me your visual studio Theme
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..
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
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
I downloaded FontAwesome but, it didn't show up in view of Toolbox. CAN EVERYONE HELP ME. PLEASE!
Thank you a lot, it really helped
Nice 🙂👍
A not very important question.... But what is the name of the theme you're using? It looks awesome man!
nice
👌
This video is very useful to me and can u make a video on opening a child form in Tab controller....
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 didnt you show how to make
the forms of each buttons
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.
Thanking you so much...
thank you bro !
Harikasın usta