hi,
i have two forms(form1,form2) in my project.
in form1 i have one text box and one button
in form2i have one text box and one button
so if i type some thing in form1 text box and press button it should open second form and the name which entred in form1'textbox should be displayed in form2's textbox.[note :form1 sholud not be closed] then if i change the text in form2's textbox and press the button form2 should be closed and form1 should be appeared and the text entered in form2's textbox should be displayed in form1's text box
please how to do this i know how to pass the values between forms but am confusing going to form2 from form1 and camming back to form1 from form2 .so please show me some sample code for the scnario which i have mentioned please


Reply With Quote