Copied form class doesn't work

L

Larry

I have made a form class, it is an about box.
the form (the form class) resides in a project where I call it from a
test form.
Everything works ok.

But, When I copy the form class (frmabout.vb file) into another
project, and attempt to use it, it doesn't work, the project hangs when
I run it.

I opened up the form (frmabout.vb), the new copy in the new project,
it doesn't have the image in the picture box, that was in the original.

Thanks in Advance,

Laurence Nuttall
Programmer Analyst III
UCLA - Division of Continuing Education
 
L

Larry

I found out what it was,

The main form had its TopMost property set to true,
I changed the TopMost property of the mainform to False,
and it worked ok.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

public variable not public in class 1
Setting Application properties 3
ListView Items 3
Modifiers Property of label 4
Rename a Class 1
.Net Freezes 1
Capitalize keywords 1
Editor Capitalize statements 1

Top