I have a form Form1 that opens up Form2 as a modal type form on the click of a button. What I now need to do is update the value of a textbox on Form1 with a value that is entered into a textbox in Form2, again on the click of a button, it should then close Form2.
This used to be fairly straight forward in VB6 but I cant seem to get it to work with VB .Net
Any ideas would be appriciated
This used to be fairly straight forward in VB6 but I cant seem to get it to work with VB .Net
Any ideas would be appriciated