petevick
Posts: 3320
Score: 0
Joined: 4/26/2002
From: Bolton - UK
Status: offline
|
Hi, What ways have you tried? You can use 'public' variables, set the variables to the content of your combo and listview, and then when the modal form closes, set your text boxes to the values of the variables. Or you can define a variable as a 'form', and set it to your first form and use that value to set the text boxes Public myForm as form just before calling form2 do myForm = me and in form2 you should be able to do myform.textbox1.text = .... Pete
_____________________________
Pete Vickers - Microsoft MVP - Device Application Development www.gui-innovations.com Please do not email me with questions. Posting your questions in the forums will get a quicker response - Thanks.
|