Тёмный

How to Pass Values Between Forms in c# | Passing data from one form to another in c# 

Programming Guru
Подписаться 13 тыс.
Просмотров 35 тыс.
50% 1

Опубликовано:

 

22 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 92   
@programmingguruThecoderboy
@programmingguruThecoderboy 3 года назад
Ha Guys Please like subscribe and comment Because Each of this can take my channel to More viewer Ship .Thank YOU
@SohailKhan-dr7zj
@SohailKhan-dr7zj Год назад
awesome c# data transfer between multiple forms tutorial
@programmingguruThecoderboy
@programmingguruThecoderboy Год назад
Thanks
@MaazKhan-bz4ct
@MaazKhan-bz4ct Год назад
Great c# Windows form tutorial
@programmingguruThecoderboy
@programmingguruThecoderboy Год назад
Thanks
@zeud7664
@zeud7664 2 года назад
the Most simple and Great methode to do it. thanks
@programmingguruThecoderboy
@programmingguruThecoderboy 2 года назад
Thanks for visiting keep supporting
@relaxationmeditation8021
@relaxationmeditation8021 2 года назад
Great data transfer between forms tutorial
@programmingguruThecoderboy
@programmingguruThecoderboy 2 года назад
Glad you liked it
@hindimedium1590
@hindimedium1590 Год назад
Very nicely explained c# tutorial
@programmingguruThecoderboy
@programmingguruThecoderboy Год назад
Thanks
@cfupeshawar4785
@cfupeshawar4785 2 года назад
useful C# tutorial
@programmingguruThecoderboy
@programmingguruThecoderboy 2 года назад
Thanks
@mihajlojovanovic6733
@mihajlojovanovic6733 Год назад
Thank you man, I was struggling for a while, your video helped me a lot!
@programmingguruThecoderboy
@programmingguruThecoderboy Год назад
Welcome keep supporting
@ЕвгенийГейченко-г6т
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
@programmingguruThecoderboy Год назад
Create setter and getter in first form and send data to it with button click in first form or use this method ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-1vbAcBNzFcE.html
@ЕвгенийГейченко-г6т
@@programmingguruThecoderboy thank you!
@ivanz6368
@ivanz6368 Год назад
Better create chat server for your forms and let them communicate 😂😂😂
@teresatawfik8352
@teresatawfik8352 2 года назад
excellent
@programmingguruThecoderboy
@programmingguruThecoderboy 2 года назад
Thanks keep supporting
@HaniHani-lu6hw
@HaniHani-lu6hw 2 года назад
Is that work when close the basic form ?
@programmingguruThecoderboy
@programmingguruThecoderboy 2 года назад
No when the form is closed data is lost
@Awaiskhan-fr1lx
@Awaiskhan-fr1lx 2 года назад
Very useful and informative tutorial
@programmingguruThecoderboy
@programmingguruThecoderboy 2 года назад
Thanks a lot
@Tariqkhan-iv3po
@Tariqkhan-iv3po 2 года назад
Great tutorial
@programmingguruThecoderboy
@programmingguruThecoderboy 2 года назад
Glad you think so!
@semnal.m2581
@semnal.m2581 2 года назад
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.
@programmingguruThecoderboy
@programmingguruThecoderboy 2 года назад
Use textchange event of text box and watch this video it has the concept u talking about but with a button click ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-1vbAcBNzFcE.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
@semnal.m2581
@semnal.m2581 2 года назад
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?
@khadimalivlogs8737
@khadimalivlogs8737 2 года назад
very useful i was searching for this thank you for sharing
@programmingguruThecoderboy
@programmingguruThecoderboy 2 года назад
Thanks
@Harry-du7mt
@Harry-du7mt 2 года назад
this helped thanks programming Guru you saved the day once again thanks i bet you have a large wood like me
@programmingguruThecoderboy
@programmingguruThecoderboy 2 года назад
hahaha its bazooka keep supporting
@codewithmik
@codewithmik 2 года назад
Thank very useful how to pass data in real time tutorial love it bro
@programmingguruThecoderboy
@programmingguruThecoderboy 2 года назад
Thanks 👍👍
@MrKabooly
@MrKabooly 3 года назад
BIG Thanks. 😘😘
@programmingguruThecoderboy
@programmingguruThecoderboy 3 года назад
Welcome
@khushbakht6810
@khushbakht6810 2 года назад
Very useful helped me thank you
@programmingguruThecoderboy
@programmingguruThecoderboy 2 года назад
👍
@entertainmentvideos7903
@entertainmentvideos7903 2 года назад
Nice video
@programmingguruThecoderboy
@programmingguruThecoderboy 2 года назад
Thanks
@ابراهيمكناج
@ابراهيمكناج 2 месяца назад
THANK YOU SO MUCH , YOU HAVE SAVE ME MAN 🌹🌹🌹🌹
@programmingguruThecoderboy
@programmingguruThecoderboy 2 месяца назад
Welcome 👍
@jaimecasillas9191
@jaimecasillas9191 2 года назад
it worked for my homework, thanks very much, but how can i make this without opening the 2nd form automatically?
@programmingguruThecoderboy
@programmingguruThecoderboy 2 года назад
Welcome keep supporting and what do you want to ask can you elaborate I can't understand you
@jaimecasillas9191
@jaimecasillas9191 2 года назад
@@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
@programmingguruThecoderboy
@programmingguruThecoderboy 2 года назад
@@jaimecasillas9191 Then watch this bro ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-1vbAcBNzFcE.html
@AhmadAli-ye6ve
@AhmadAli-ye6ve 3 года назад
Great keep it up
@programmingguruThecoderboy
@programmingguruThecoderboy 3 года назад
Thank you, I will
@daudzaifootballclub4508
@daudzaifootballclub4508 2 года назад
Great tutorial keep it up
@programmingguruThecoderboy
@programmingguruThecoderboy 2 года назад
Thanks, will do!
@mahmoudel-sayedahmedahmed8544
@mahmoudel-sayedahmedahmed8544 3 года назад
thank you very much
@programmingguruThecoderboy
@programmingguruThecoderboy 3 года назад
Welcome
@backofficecyberclouds2050
@backofficecyberclouds2050 3 года назад
It was very Helpful thank you
@programmingguruThecoderboy
@programmingguruThecoderboy 3 года назад
You're welcome!
@manishgandhi907
@manishgandhi907 2 года назад
Jay shree ram , very good video.
@programmingguruThecoderboy
@programmingguruThecoderboy 2 года назад
Thanks
@abbaskhan7760
@abbaskhan7760 3 года назад
Nice dear
@programmingguruThecoderboy
@programmingguruThecoderboy 2 года назад
Thank you 😊
@ahmedmohammedhusien8652
@ahmedmohammedhusien8652 3 года назад
thx bro, the best
@programmingguruThecoderboy
@programmingguruThecoderboy 3 года назад
Welcome
@technologytipsandtricks6177
@technologytipsandtricks6177 3 года назад
A big like from me
@programmingguruThecoderboy
@programmingguruThecoderboy 3 года назад
Thanks for the visit
@beelogtv9549
@beelogtv9549 2 года назад
But how to insert or update it in database
@programmingguruThecoderboy
@programmingguruThecoderboy 2 года назад
Watch this video ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-eUxgigSNGYc.html
@topanalysis7267
@topanalysis7267 3 года назад
Thanks brother for this help 😌
@programmingguruThecoderboy
@programmingguruThecoderboy 3 года назад
Welcome 😊
@gedekresna3237
@gedekresna3237 3 года назад
thx for your help broo!!!
@programmingguruThecoderboy
@programmingguruThecoderboy 3 года назад
Happy to help
@ZubairKhan-du1nn
@ZubairKhan-du1nn 3 года назад
Thanks man it helped
@programmingguruThecoderboy
@programmingguruThecoderboy 3 года назад
Glad it helped
@adamnahron8488
@adamnahron8488 2 года назад
What is stdname ?
@programmingguruThecoderboy
@programmingguruThecoderboy 2 года назад
its just variable name means studentName name it short
@adamnahron8488
@adamnahron8488 2 года назад
Salam bro . Thank you so much .
@adamnahron8488
@adamnahron8488 2 года назад
What variable in form1 design ? The label (of name) or the button (of name) ?
@Speedcode5x
@Speedcode5x 3 года назад
It helped thank u
@programmingguruThecoderboy
@programmingguruThecoderboy 3 года назад
Glad it helped
@brentmalaluan9487
@brentmalaluan9487 2 года назад
How do you save it
@programmingguruThecoderboy
@programmingguruThecoderboy 2 года назад
You mean to save it in database?
@shaharbenlaiche8346
@shaharbenlaiche8346 2 года назад
How do I save it, so when I click on just form2 the information that has been transferred will be there
@programmingguruThecoderboy
@programmingguruThecoderboy 2 года назад
@@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
@saqibkhan5026
@saqibkhan5026 3 года назад
Amazing content learnt a lot from you
@programmingguruThecoderboy
@programmingguruThecoderboy 2 года назад
I appreciate that!
@bashayerm2412
@bashayerm2412 2 года назад
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
@bashayerm2412
@bashayerm2412 2 года назад
I think the problem with the gett and set property
@programmingguruThecoderboy
@programmingguruThecoderboy 2 года назад
The data is not passed to the second form you are missing something
@mlgsuperkiller658
@mlgsuperkiller658 2 года назад
simply doesn't work, I wasted my time.
@programmingguruThecoderboy
@programmingguruThecoderboy 2 года назад
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
@programmingguruThecoderboy
@programmingguruThecoderboy 2 года назад
Or send me your code I'll check it
@mlgsuperkiller658
@mlgsuperkiller658 2 года назад
@@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.
@bashayerm2412
@bashayerm2412 2 года назад
@@mlgsuperkiller658 me too , if you find the solution please share
Далее
Pass data between two forms in C#
36:08
Просмотров 25 тыс.
Тупой и ещё тупее. (и поддоны)
00:37
C# .NET Windows Form | СОЗДАЁМ PAINT НА C#
23:40
How to connect C# to SQL (the easy way)
1:20:40
Просмотров 1,1 млн
C Sharp Multiple Forms in One Panel
15:05
Просмотров 12 тыс.