printing in textbox of a form from other form
-
hi all. i have created two forms. one form(Main form) has a text box. i am creating an object of the second form(Input form) and displaying it. now i take input from the user in this input form. then i close this form. Now i want the input data to be displayed in the first form(main form). how can i do this?? thanking in anticipation mahesh
-
hi all. i have created two forms. one form(Main form) has a text box. i am creating an object of the second form(Input form) and displaying it. now i take input from the user in this input form. then i close this form. Now i want the input data to be displayed in the first form(main form). how can i do this?? thanking in anticipation mahesh
Expose a property in the second form that gets the text input provided by the user and returns it. You can then access that property from the main form. Regards Senthil My Blog
-
Expose a property in the second form that gets the text input provided by the user and returns it. You can then access that property from the main form. Regards Senthil My Blog
what is meant by exposing property exactly? is it same as get set? dfgdfgdfgdfg
-
what is meant by exposing property exactly? is it same as get set? dfgdfgdfgdfg