ShawnCoutts
Programmer
I have an application that uses several forms during the course of running. When I try to manually load any of these forms visual basic gives me the error:
"Invalid Use of Property"
the code for loading looks like this:
from everything that I have looked at, including various posts, and the VB documentation, this should work
Please someone explain to me what is happening
"Invalid Use of Property"
the code for loading looks like this:
Code:
Load KeyForm
Load FileForm
Load ListForm
from everything that I have looked at, including various posts, and the VB documentation, this should work
Please someone explain to me what is happening