And what about sending data back, when both forms are opend? For example, if we had the same button and textfield on the second form and were sending data to the firs form to put it into a similar label?
@@programmingguruThecoderboy for example passing a string value to the 2nd form and assign it to a label that is in the 2nd form but show dialog(opening the 2nd form automatically), I just want the data to stay in the 2nd form but I want to stay in the 1st form
Thanks. This is very useful, but how to pass data without any transfer click, in real time? As I enter the text in the text box control. I have both forms open.
Use textchange event of text box and watch this video it has the concept u talking about but with a button click th-cam.com/video/1vbAcBNzFcE/w-d-xo.html If u use it with textchange event of text box it will work like you talking about. Keep supporting and feel free to ask any 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? Can you make a video tutorial about this?
@@shaharbenlaiche8346 if u want permanently save it you have to use database and if u want when you navigate to form2 and the values are there then you can use label to have the data and hide these labels and when you need this data you can get it from the labels
@@programmingguruThecoderboy thanks for replying, for some reason when I tried your video's method, I created everything in the video aswell, it just didn't send the value, after searching for quite a while, u found my answer, I appreciate you attempting to help me though.
Ha Guys Please like subscribe and comment
Because Each of this can take my channel to
More viewer Ship .Thank YOU
awesome c# data transfer between multiple forms tutorial
Thanks
Great c# Windows form tutorial
Thanks
Great data transfer between forms tutorial
Glad you liked it
the Most simple and Great methode to do it. thanks
Thanks for visiting keep supporting
Very nicely explained c# tutorial
Thanks
Thank you man, I was struggling for a while, your video helped me a lot!
Welcome keep supporting
this helped thanks programming Guru you saved the day once again thanks i bet you have a large wood like me
hahaha its bazooka keep supporting
useful C# tutorial
Thanks
Very useful and informative tutorial
Thanks a lot
Thank very useful how to pass data in real time tutorial love it bro
Thanks 👍👍
very useful i was searching for this thank you for sharing
Thanks
THANK YOU SO MUCH , YOU HAVE SAVE ME MAN 🌹🌹🌹🌹
Welcome 👍
Great tutorial
Glad you think so!
excellent
Thanks keep supporting
Great keep it up
Thank you, I will
Great tutorial keep it up
Thanks, will do!
Very useful helped me thank you
👍
And what about sending data back, when both forms are opend?
For example, if we had the same button and textfield on the second form and were sending data to the firs form to put it into a similar label?
Create setter and getter in first form and send data to it with button click in first form or use this method
th-cam.com/video/1vbAcBNzFcE/w-d-xo.html
@@programmingguruThecoderboy thank you!
Better create chat server for your forms and let them communicate
😂😂😂
Nice video
Thanks
BIG Thanks. 😘😘
Welcome
Nice dear
Thank you 😊
Jay shree ram , very good video.
Thanks
It was very Helpful thank you
You're welcome!
Is that work when close the basic form ?
No when the form is closed data is lost
it worked for my homework, thanks very much, but how can i make this without opening the 2nd form automatically?
Welcome keep supporting and what do you want to ask can you elaborate I can't understand you
@@programmingguruThecoderboy for example passing a string value to the 2nd form and assign it to a label that is in the 2nd form but show dialog(opening the 2nd form automatically), I just want the data to stay in the 2nd form but I want to stay in the 1st form
@@jaimecasillas9191 Then watch this bro th-cam.com/video/1vbAcBNzFcE/w-d-xo.html
thank you very much
Welcome
Thanks. This is very useful, but how to pass data without any transfer click, in real time? As I enter the text in the text box control. I have both forms open.
Use textchange event of text box and watch this video it has the concept u talking about but with a button click th-cam.com/video/1vbAcBNzFcE/w-d-xo.html
If u use it with textchange event of text box it will work like you talking about.
Keep supporting and feel free to ask any 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? Can you make a video tutorial about this?
thx bro, the best
Welcome
Thanks brother for this help 😌
Welcome 😊
thx for your help broo!!!
Happy to help
A big like from me
Thanks for the visit
But how to insert or update it in database
Watch this video
th-cam.com/video/eUxgigSNGYc/w-d-xo.html
Thanks man it helped
Glad it helped
My label in the form2 is not shown, it’s become unviable at all
If anyone knows how to solve this problem please heeeeelllllpppp mmeee
I think the problem with the gett and set property
The data is not passed to the second form you are missing something
It helped thank u
Glad it helped
Amazing content learnt a lot from you
I appreciate that!
What is stdname ?
its just variable name means studentName name it short
Salam bro . Thank you so much .
What variable in form1 design ? The label (of name) or the button (of name) ?
How do you save it
You mean to save it in database?
How do I save it, so when I click on just form2 the information that has been transferred will be there
@@shaharbenlaiche8346 if u want permanently save it you have to use database and if u want when you navigate to form2 and the values are there then you can use label to have the data and hide these labels and when you need this data you can get it from the labels
simply doesn't work, I wasted my time.
Ha it's very simple it does work. But I don't know why you couldn't make it work.where you get the problem. Let me know I will help you
Or send me your code I'll check it
@@programmingguruThecoderboy thanks for replying, for some reason when I tried your video's method, I created everything in the video aswell, it just didn't send the value, after searching for quite a while, u found my answer, I appreciate you attempting to help me though.
@@mlgsuperkiller658 me too , if you find the solution please share