Hello everyone,
I'm making a big project (my biggest project) but I get a "Compile error: Invalid use of property" message.
Here's my code:
When I call my "Initialize" sub from another form, I get this error.vb Code:
Private CForm As Form Public Sub Initialize(Child As Form) CForm = Child 'This line gives the error End Sub
Can someone help me ?







Reply With Quote
