Form Inheritance problem

  • Thread starter Thread starter Oliver S
  • Start date Start date
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.
 
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?
 
Back
Top