My form is called 'PasswordChange '
i can say:
[code=vbnet]
PasswordChange. hide()
PasswordChange. Show()
[/code]
and they work correctly.
but when i say:
[code=vbnet]
PasswordChange. Close()
[/code]
i get the error:
'Property access must assign to the property or use its value.'
What on earth does this mean?
----------------------------------------------------------------------------------------------------
Also form.close() works on all other forms
------------------------------------------------------------
Cheers
i can say:
[code=vbnet]
PasswordChange. hide()
PasswordChange. Show()
[/code]
and they work correctly.
but when i say:
[code=vbnet]
PasswordChange. Close()
[/code]
i get the error:
'Property access must assign to the property or use its value.'
What on earth does this mean?
----------------------------------------------------------------------------------------------------
Also form.close() works on all other forms
------------------------------------------------------------
Cheers
Comment