1 Attachment(s)
[RESOLVED] Compile error: Invalid use of property
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:
vb Code:
Private CForm As Form
Public Sub Initialize(Child As Form)
CForm = Child 'This line gives the error
End Sub
When I call my "Initialize" sub from another form, I get this error. :mad:
Can someone help me ?
Re: Compile error: Invalid use of property
Re: Compile error: Invalid use of property
Thanks baja_yu! Now everything works fine !
P.S. I think my thread just broke a record ("the fastest solved thread in vforums"). :)