Error creating window handle.
I've an windows form application in c# vs 2005.
When I click on a link that opens up a tabControl I get the "Error creating window handle.". Now there are 4 tabPages all with ~10 lables and ~10 textBoxes and ~2 comboBoxes, the comboBoxes all has their comboBox.DataSource = an arry of objects, the objects has about 12 strings/int's. Now these ArrayLists should for the future be able to contain maybe thousands of these objects.
I need help on how to solve this one. I do not want to reuse the same textBoxes or something like that for frankly it aint that many of those.
All help would be appreciated.
|