I have been working on a problem related to entering data on extra forms and placing the data on the primary form.
I have a program that has a primary form. I use context menus to select a new form to allow me to enter data into a text box. The problem is that when I enter the data, and hide the second form, I can not populate the textbox on the primary form without performing a Show(). This draws a new primary form. I now have two, one without the data and one with the data.
Any help would be appreciated.