Visual Basic .NET Tutorial 46 - Passing a value from one form to another form in VB.NET

preview_player
Показать описание
Passing Data Between Forms. VB.NET - How to pass string value from one form to another form's load
★★★Top Online Courses From ProgrammingKnowledge ★★★

★★★ Online Courses to learn ★★★

★★★ Follow ★★★

DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This help support the channel and allows us to continue to make videos like this. Thank you for the support!

VB.NET - how to pass values from one form to another
VB.NET - Passing a value from one form to another form
HOw to pass values from one Form to another
pass a variable from one form to another - VB.NET / C Sharp
Sample Code in C#: How to Pass values to another Form Visual Basic .NET
VB.NET - Get value from another Form
Passing Data To another Form (C# .NET)
VB.NET - Send value from one form to another
Passing Values From Form to Form in C# Complete Step by Step Visual Basic .NET
How To Pass Values From Page to Page Using Visual Basic .NET
Рекомендации по теме
Комментарии
Автор

This is a good technique as far as it goes - but what if I want to pass a value from one form that is open to another form that is open? As Dark says, we can write in Form2 "Label1.Text = Form1.Textbox1.Text", but to be useful there has to be a way to raise an event that can update Form 2 from outside of Form 2 when the textbox is changed / button is pressed. So how do you refer to an instance of Form 2 that has already been created?

imabweaver
Автор

I search a lot in Google finally I got this vedio. Thank u chlkutty❤️👍🏼

dharanignanasekar
Автор

this is t very good tutos.. thanks you my best friend

josephngasseufa
Автор

Thank you!! It is very helpful for me to complete my assignment :)

mohamadaiman
Автор

Ahhhh, Okay, so the way my textbook explained this confused me. I've been working on my final project for class and was so confused. Thank you for making it simple! It works!

SuperMamaLeer
Автор

Thanks a lot sir.
Keep sharing the knowledge.

spatil
Автор

Thanks multithread don't have issues in this way.

normangon
Автор

Hi... I have a question about value calibration. I get some values from PLC (0-10V Analog values). I see these values on my form as integers between 0-65000. but these values are meaningless for me. I want to calibrate these values to meaning values. I mean I want to create a calibration page. How can I do it please help me.

UmitDurupinar
Автор

Form2.Label1.Text = TextBox1.Text.ToString()
Form2.Show()

It's simpler

daniel
Автор

WOW, thank you a lot for helping me in my homework. Subs +1

sindupratama
Автор

Very helpful. Thank you for posting this.

goodairin
Автор

nice video bhai. now how do i pass a griedview data filtered from one form into a report in another form ?

gtag
Автор

could you send the value to a combo box to make it an option to choose from?

qual
Автор

How do you transfer a multiple text saved file to a list box on a different form?

aubintalawou
Автор

how to uhm have a button in the message box and when you clicked it, it will lead you to the next form ?

lykamaebamba
Автор

And wtf at 3:21 ... there is property and he reads prototype... just wtf

AngelOfDarkness
Автор

i need help
1 Write a program to implement the following function: when you click a subject in the listbox, it tells you the corresponding score of that subject. For example, if you choose maths in the listbox, a sentence like “math score is 94” will display in the textbox. Physics: 90; Maths: 94; English: 86; C: 80; Python: 83; Ecology: 78; History: 74; Education: 80; Social Science: 73

2 Write a program to display the admission fee to an event. After the user clicks on a radio button and clicks on the Determine Fee button, the fee is displayed in a text box. If you didn’t choose any option, a message will show up with contents “You must make a selection.”

Note: the fees of each period is :
Child: $0
Minor: 5
Adult: 10
Senior: 7.5

3 Write a program to calculate the monthly cost of a company health plan. The user checks the desired plans, and then clicks on the button to calculate the total cost.

sebiroulola
Автор

Thank you! Do you know how can I show this form on all other client computers with the button click

adlersongs
Автор

How to open win word application in child parent box or richtextbox or any other box and after writing some word vb save btn which is automatic save in specific drive like D:\or C:\any other detail

educationhub
Автор

how can i make 2 variable and show 2 output for another form?

Legendax