It was.............................................................Wait for it..................................Wait for it ........................ LEGENDARY!!
Is it best practice to initialize a new instance of the parent form everytime the button on the child form is clicked in order to pass the value? What if I can't use static list to store the data?
Excellent explained professor! Thanks. I have a question: let's say I have an open Color dialog. How can I transfer the chosen color immediately (in real time) to my drawing without clicking OK and closing the dialog?
I believe the pre-defined color picker dialog box only works with the OK button. You could, however, put a color picker control on a form associate a click event with a color picker.
@@shadsluiter Thanks, I am just a C Sharp enthusiast. I really appreciate your work, I can't imagine how hard it provide this great content. Thank you so much, May God bless you.
Hi! this tutorial helped so much but I've one question. Do i use the same process for sending multiple data entries from the user (I'm building an appointment booking system for a hospital) do i just use the '+' to concatenate all that the user would enter? how would it work/display I'd really appreciate if you replied.
I have an object and when that object is selected i want to pass the Id property of the object to the Button. I can pass the item, but i'm not sure how to get the Id property from it, can you help with this?
Clear may be working. However, the listbox may be bound to the list of data which automatically refills the listbox. Remove all items from the list and you should get an empyt listbox.
Good instructor and easy to understand ......
thanks, how can i to passe data between forms to usercontrol
It was.............................................................Wait for it..................................Wait for it ........................ LEGENDARY!!
Thank You very much Sir Sluiter.
It's a kind of magic! The best tutorial I've ever seen! A lot of new interesting stuff for me and nothing redundant.
Great. Very helpful. Keep up the good work ✌
Thanks 🙂
22:10
It really saved me a lot of time .
thanks man!
අම්මෝ නිය්මය්, (wow nise)
පට්ටම ආසාවෙන් බලනව සර්, (I looked forward to it)
You saved my life professor, quite literally
Thank you professor, from Portugal! Excellent Lesson.
Great Tutorial prof!
Hello professor and thank you for this lesson. My question is : can we also edit this added fields?
You are the best professor!!! Thank you so much! Topics are well explained!!!
Better than colleges
Is it best practice to initialize a new instance of the parent form everytime the button on the child form is clicked in order to pass the value? What if I can't use static list to store the data?
Thank you professor Sluiter! Great tutorial!
Hi Professor Sluiter. Thanks for this nice instruction. I like your video's a lot. By the way you didn't discuss update in you video.
Excellent!
Glad you liked it.
Excellent explained professor! Thanks.
I have a question: let's say I have an open Color dialog. How can I transfer the chosen color immediately (in real time) to my drawing without clicking OK and closing the dialog?
I believe the pre-defined color picker dialog box only works with the OK button. You could, however, put a color picker control on a form associate a click event with a color picker.
What a pleasant guy! 😁
Thank you so much.
Peace from Algeria.
Welcome to class. Hope you succeed in your learning.
@@shadsluiter Thanks, I am just a C Sharp enthusiast. I really appreciate your work, I can't imagine how hard it provide this great content.
Thank you so much,
May God bless you.
god bless you for this lesson!!!
Thank you for your vote of confidence.
You Are a Good Proffesor Coding! i will sub to you
wonderful vid !
I have a q.
What if I want to load the list that had been added and show the list every time reopen the form
how about sending subform to subform . example form3 to form6 or vice versa.
Thanks
Thanks a lot Shad Sluiter.
I request you to please do the video related to BindingSource current DataRow is dirty or not.
Thanks in advance 😀
Hi! this tutorial helped so much but I've one question.
Do i use the same process for sending multiple data entries from the user (I'm building an appointment booking system for a hospital) do i just use the '+' to concatenate all that the user would enter? how would it work/display
I'd really appreciate if you replied.
I have an object and when that object is selected i want to pass the Id property of the object to the Button. I can pass the item, but i'm not sure how to get the Id property from it, can you help with this?
Research the Tag property of button. You can store any time of data in the tag, including the id number of an object.
hey , thanks for this tutorial i want to ask how can i remove all the items from the list box i tried ListBox1.Items.clear() but it didnt work
Clear may be working. However, the listbox may be bound to the list of data which automatically refills the listbox. Remove all items from the list and you should get an empyt listbox.
Great! Super!
Many thanks!!
I get the same behaviore with ShowDialog() and Show() , .NET 7 here :(