I have a Form called frmLog that logs every thing coming and going from the client. When I click on cmdShowLog which has frmLog.Show it shows the frmLog with all the input and output. Now I close frmLog for a while. Later when I click on cmdShowLog frmLog has nothing in it's text box. How do I keep this text static and remain each time I close it and show it again?
↧