I am beginner in programing in visual basic .I have just start programing my first aplication when i encounter problem.
\r\n
\r\nI am having problem with loading form "stoperica" from form "form1"
\r\nWhen i try to load form
\r\nit say run-time error 361 ,can load or unload this object .
\r\nBut when i try to load
\r\ni done it like this
\r\n
\r\nPrivate Sub Stoperica_Click()
\r\nUnload Me
\r\nLoad Stoperica
\r\nStoperica.Visible = True
\r\n
\r\nEnd Sub
\r\n
\r\nBut when i try to load "form1" from form "stoperica" than its ok
\r\nWhat is problem ?

\r\n \r\n\r\n