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.
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.