Great Tutorial. There is one small bug in the code though. In the For( i =1, i
@AsHuRa_jo7 ай бұрын
Я ничего не понял , но очень интересно😊
@MalcomJPrince8 ай бұрын
Cant wait to see the Holiday Part 🙂 Thank you for the Video
@Hayat_8BP6 ай бұрын
Good work!! Pls upload more tuts on UI designing and provide the source if possible.
@favidovi5 ай бұрын
Brother, WHY SO FAST? This is an okay tutoral but damn... I barely keep up with your sped up writing, transitioning and fast moving. Also, not to mention how many smaller details like changing names you didn't mention and it led to a lot of confusion as to why my code doesn't work.
@alanjim8 ай бұрын
are you going to upload the code?
@maddox50818 ай бұрын
Theres something wrong with the calendar, march has 30 days instead of 31, and april has 29 days instead of 30
@almadadiego176 ай бұрын
There is a for loop with error in funtion ShowDays, apply the following: for (int i = 1; i
@maddox50816 ай бұрын
@@almadadiego17 Yeah I found out about that a long time ago. I looked at one of his older tutorials and then found out about that bug
@dexeriusyt71726 ай бұрын
@@maddox5081How'd u fix it? Also all my dates display '1' instead of 2,3,4..30/31
@maddox50816 ай бұрын
@@dexeriusyt7172 Idk the issue can you send me some of your code lines so I can figure out the issue?
@yuikaplays22615 ай бұрын
@@dexeriusyt7172 There is no space from your layoutcontainer where your panel resides you can extend the width of it so that other panel can be included.
@flamart97038 ай бұрын
Hi! Is it possible to make when you click on day square to write notes for this day and save it for future when you need it?
@coding_ideas8 ай бұрын
Yes, It is possible :)
@maddox50816 ай бұрын
@@coding_ideasWhy are you taking so long?
@nagathegod5 ай бұрын
@@coding_ideas Can you code that? I want to add that to my team management application so I can add training days and game days aswell. thanks