Get value into 3 form
-
Hi all. I have a question for guys. I have a Form1 include Button2,Button3. When i Click Button2 it's show Form2 and when i click Buttton3 on Form2 it's show Form3,and input data into a Textbox and click Button OK in From3,so data tranform from Form3 to Form2,and Click Button OK on Form2, so data tranform from Form2 to From1.Plz help me how to do it.
if you cound not try then msgbox("you will lose") else msgbox("you can change yourself") end if
-
Hi all. I have a question for guys. I have a Form1 include Button2,Button3. When i Click Button2 it's show Form2 and when i click Buttton3 on Form2 it's show Form3,and input data into a Textbox and click Button OK in From3,so data tranform from Form3 to Form2,and Click Button OK on Form2, so data tranform from Form2 to From1.Plz help me how to do it.
if you cound not try then msgbox("you will lose") else msgbox("you can change yourself") end if
-
Hi all. I have a question for guys. I have a Form1 include Button2,Button3. When i Click Button2 it's show Form2 and when i click Buttton3 on Form2 it's show Form3,and input data into a Textbox and click Button OK in From3,so data tranform from Form3 to Form2,and Click Button OK on Form2, so data tranform from Form2 to From1.Plz help me how to do it.
if you cound not try then msgbox("you will lose") else msgbox("you can change yourself") end if
Hi, The one of the ways to do this could be create a class (say class1) and declare a Public Static (Shared in VB.net) variable and store the text of TextBox on form three in that Public Shared variable. This will enable you to access the variable any where in your project. Hope this helps :)
Regards, John Adams ComponentOne LLC