|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Form problem
When I use the mdi form, I cannot pass the value to the caller.
The child form A call form B, form B need to pass the value back to form A. -------------------------------------------------- I try this code in form B, but it will create a new form(form A2): form_a.text1.text = "abc" -------------------------------------------------- What should I do?
__________________
RayRay p(^_^)q |
|
#2
|
||||
|
||||
|
you have to make sure that the form is loaded and the variable that you are trying to set is public.
then it is no problem, form1.somevariable = somevalue |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Visual Basic Programming > Form problem |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|