Something bazzar just happened while I was working on a project.
Some of the classes I declare at runtime started to error. In my case, the TextBox and the ComboBox.
It is not a coding error for sure, something seams to have happened to the environment for that particular project.
I can start a new project and I can create classes at runtime without a problem, with the same code.
I created a work around for the time being an used a listbox instead, but that is a not a solution.
The initial error was “items” is not a member of ComboBox, which is obviously vey strange. I wasn’t even doing anything to do with the ComboBoxes at the time.
Any insight would be appreciated.
I tried various other classes and some worked fine while others showed problems, in my case the TextBox and the ComboBox classes.
I have tried searching online for anyone who has experienced the same problem, but because of the nature of the problem, it is tricky to express in a search, and all my attempts to find something fail.