Hi there,
simple problem. I added a module to my simple project. And inserted a public procedure call Main().
But when I type in:
Dim fMain as new frmMain
it says frmMain is not defined. However its definitely there in the project.
Coincidentally, I have another form, frmAbout, and that appears in the dropdown list, just not frmMain.
I dont understand why.
Anyone know?
Andy
simple problem. I added a module to my simple project. And inserted a public procedure call Main().
But when I type in:
Dim fMain as new frmMain
it says frmMain is not defined. However its definitely there in the project.
Coincidentally, I have another form, frmAbout, and that appears in the dropdown list, just not frmMain.
I dont understand why.
Anyone know?
Andy