How to include activex component ocx,dll file in exe so that it is referenced in internal exe file. similarlly can vb runtime can be merged?
Please help me
Printable View
How to include activex component ocx,dll file in exe so that it is referenced in internal exe file. similarlly can vb runtime can be merged?
Please help me
You can't. What you need is "static linking of DLL" which is not supported by VB currently.