Hello all,

Is there a way to statically link an OCX control to a VB application so I don't have a separate OCX file? Take for example, if I want include the RichTextBox control ( richtx32.ocx v6 SP4 ) to my project, but want to include the code into the finally application so it is a stand-a-lone product. Can this be done? I know you can do this with some of the DLL found in Visual C++, but not sure about VB6 or 5 for that matter.

Mark