Designing a Task Manager in C#
18:51
3 жыл бұрын
Пікірлер
@lukeodubhda
@lukeodubhda 9 күн бұрын
website not working anymore :( anywhere i could get the code from?
@krixtl
@krixtl 11 күн бұрын
Tysm it really helped me alot!
@amitmanekar3518
@amitmanekar3518 16 күн бұрын
The code link is expired.. Can you please post is again or create new .. It would be very helpful
@vorapobautomation9760
@vorapobautomation9760 26 күн бұрын
How to connect with Cognex camera ?
@vorapobautomation9760
@vorapobautomation9760 26 күн бұрын
How to connect with Cognex camera ?
@huanghenry9673
@huanghenry9673 Ай бұрын
Nice! I made it! thanks!
@tahaahmed5918
@tahaahmed5918 Ай бұрын
is guna is paid?
@zamzamiaqsa
@zamzamiaqsa Ай бұрын
THANK YOU, YOU SAVED ME, I WAS ABLE TO FINISH MY EXAM AT THE LAST MINUTE!
@mohamud24
@mohamud24 Ай бұрын
GUNA ui free ? How to install
@MusaNajafov
@MusaNajafov 2 ай бұрын
When I write image1 visual studio give me error
@MasterCs2024
@MasterCs2024 2 ай бұрын
❤❤❤
@anmarjameelnaji2698
@anmarjameelnaji2698 2 ай бұрын
🥰😍🥰🥰
@SanjayRaut-l4v
@SanjayRaut-l4v 2 ай бұрын
nice
@bobfiedler8356
@bobfiedler8356 2 ай бұрын
Very nice tutorial Thank You.
@FactoryGuille
@FactoryGuille 2 ай бұрын
Very good.
@jelinsonalbertoespinalmont297
@jelinsonalbertoespinalmont297 2 ай бұрын
the source code?
@FernandoHernandez-fl9fm
@FernandoHernandez-fl9fm 2 ай бұрын
Excelente video, habrá alguna manera en que se le pueda agregar un tercer color en la parte media para combinar o hacer efecto con 3 colores?
@kiritokun6752
@kiritokun6752 2 ай бұрын
but the problem is all screen is faded
@minhsenma
@minhsenma 2 ай бұрын
Source?
@kenzooooo24
@kenzooooo24 3 ай бұрын
Is there a part 2?
@srenpoulsen4240
@srenpoulsen4240 3 ай бұрын
omfg that was is so useless xD i wanted to learn how to make all the nice different designs like the graph and the circle diagram... but no here u used a STATIC IMAGE?! xD wow...
@ranianourelhouda6146
@ranianourelhouda6146 3 ай бұрын
Thank you so much this video helped a lot
@TXNNGVGX
@TXNNGVGX 3 ай бұрын
It's a great video, but how do I make the selected button take the place of the main one?
@KhaiGia-t7u
@KhaiGia-t7u 3 ай бұрын
source please I don't wanna fontend
@mohammadiaa
@mohammadiaa 2 ай бұрын
Lazy
@serdar_1978
@serdar_1978 3 ай бұрын
there are errors in all your projects, it gives form1 and usercontrol error all the time.Guna says there are no elements even though I installed it.
@CabdaleXasan-nd1oz
@CabdaleXasan-nd1oz 3 ай бұрын
Thanks 👍❤🎉
@sernasaucedajoseenrique37
@sernasaucedajoseenrique37 3 ай бұрын
nice tutorial
@Orable.
@Orable. 3 ай бұрын
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
@taakery7305
@taakery7305 3 ай бұрын
all it's fine, it works! i don't know whats problem people have with this, but im do this
@HellMenish
@HellMenish 3 ай бұрын
Roman?
@Mr_Chr1S_0
@Mr_Chr1S_0 3 ай бұрын
Thanks a lot
@Mr_Chr1S_0
@Mr_Chr1S_0 3 ай бұрын
Thanks a lot
@Mr_Chr1S_0
@Mr_Chr1S_0 3 ай бұрын
Thanks a lot
@Mr_Chr1S_0
@Mr_Chr1S_0 4 ай бұрын
thanks
@Mr_Chr1S_0
@Mr_Chr1S_0 4 ай бұрын
Great project
@Mr_Chr1S_0
@Mr_Chr1S_0 4 ай бұрын
Thank you Sir, great work you have done
@Amine-gz7gq
@Amine-gz7gq 4 ай бұрын
guna is a rapper isn't it ?
@Mr_Chr1S_0
@Mr_Chr1S_0 4 ай бұрын
thanks a lot
@iAmStealty
@iAmStealty 4 ай бұрын
USE THIS WAY LOL :) Inside Button click paste this code. rename datafrid name and it will work... if (dataGridView_Data.Rows.Count > 0) { Microsoft.Office.Interop.Excel.Application excelApp = new Microsoft.Office.Interop.Excel.Application(); excelApp.Application.Workbooks.Add(Type.Missing); for (int i = 1; i < dataGridView_Data.Columns.Count + 1; i++) { excelApp.Cells[1, i] = dataGridView_Data.Columns[i - 1].HeaderText; } for (int i = 0; i < dataGridView_Data.Rows.Count; i++) { for (int j = 0; j < dataGridView_Data.Columns.Count; j++) { excelApp.Cells[i + 2, j + 1] = dataGridView_Data.Rows[i].Cells[j].Value?.ToString(); } } excelApp.Columns.AutoFit(); excelApp.Visible = true; } else { MessageBox.Show("Error while export No Data in grid..."); }
@mihaivsp
@mihaivsp 4 ай бұрын
menus arent showing anything
@vorapobautomation9760
@vorapobautomation9760 4 ай бұрын
Where can I download the code please ?
@quattro085
@quattro085 4 ай бұрын
Can you show how connect to mysql
@rasbry225
@rasbry225 5 ай бұрын
Sir Good day, can I ask you how to change to total textbox in to currency type, Lets say 1234 to $ 1,234. Waiting for response sir.
@alysoft788
@alysoft788 5 ай бұрын
Gracias por los aportes amigo
@mohamedtamer3122
@mohamedtamer3122 6 ай бұрын
how can i get the icons and the picture you used?
@ZEkA10000
@ZEkA10000 6 ай бұрын
Okay, to use that thing you need to buy that...
@abeyuassefa7861
@abeyuassefa7861 6 ай бұрын
it works for me, thank you a lot brother.
@hosuueinghson9819
@hosuueinghson9819 6 ай бұрын
this.guna2GradientPanel1.ShadowDecoration.Parent = this.guna2GradientPanel1; error at this line at running
@photonstudio7844
@photonstudio7844 6 ай бұрын
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.
@horizon8565
@horizon8565 6 ай бұрын
Thank you very much. Thank you very much for doing this video. 😊😊