deploy a class

  • Thread starter Thread starter Frank
  • Start date Start date
F

Frank

Hi,
I have a formA and classB which I want to wrap into a component so my
fellowworkers can use the formA in their main applications. ClassB must not
be visible.
How do I do this? I can only find info about deploying complete
applications, but this is just a subform and a class. I want my
fellowworkers to use my formA instead of a standard form. And they must be
able to see the intellisense info when using the formA.
Thanx
Roy
 
* "Frank said:
I have a formA and classB which I want to wrap into a component so my
fellowworkers can use the formA in their main applications. ClassB must not
be visible.
How do I do this? I can only find info about deploying complete
applications, but this is just a subform and a class. I want my
fellowworkers to use my formA instead of a standard form. And they must be
able to see the intellisense info when using the formA.

Declare the form as 'Friend'.
 
Back
Top