How can i know if one of the forms i have in my project has been loaded ?

i tried some commands like
If MyForm Is Nothing Then ...
but it doesn't work

Thanks in advance