Has anyone seen this before?
I have added a new form to a project, saved it, and yet when I try to display the form using a click event, the form name doesnt show up in the code completion. I simply want
Form1 is not there!!! But it's in the project!! What's going on? It has to be something obvious, but I'm not seeing it.
Thanks, Faded
I have added a new form to a project, saved it, and yet when I try to display the form using a click event, the form name doesnt show up in the code completion. I simply want
Code:
Form1.show;
Thanks, Faded