Form Inheritance problem

O

Oliver S

Hi Sergey

The problem you have is because you are trying to change a
Compiled component in design time which is imposable,
because it is already compiled.It can't be changed without
you changing its source.If i understand correctly you want
to inheret a form from this dll,If this is true rather try
using MDI forms than using an external DLL.Copy your
funtions on the other forms and create a custom class that
you can compile into a classlibrary and reuses your
classes.
 
S

Sergey Poberezovskiy

Oliver,

Unfortunately, it does not matter whether I try to
inherit from a dll or within the dll itself - I still get
the same error message:
Argument 'Path' is Nothing or empty.

And MSDN clearly states that you CAN inherit one form
from another...

Any ideas?
 

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

Top