Posted 27 September 2017, 9:10 pm EST
Hi,
I have 2 forms in my VB.NET application, frmMain, and frmEditor which contains the c1Editor control (version 4.0.20141.210)
In the frmMain load event I have declared MyForm as New frmEditor. I also added a button on frmMain, which is calling MyForm.ShowDialog.
The first time I click the button, MyForm (instance of frmEditor) appears and I can use the c1editor control without any problems. Then after closing and clicking the button again, the c1editor control is totally blank and cannot be used. (as if it is disposed) All other controls on MyForm are in the same state they were in when I closed the form for the first time.
It is not an option in my application to create a new instance of the form each time the button is clicked, so I hope there is a solution for this.
Thanks