ShaggieCda
Programmer
I read thread222-797467 and have used that method before when I have a control.
Unlike what the last person said,
is late binding as there is no need to have a reference to [box]ABCAX.ABCViewerAXCtl.1[/box], however, you may need to add the license string for that
. The license code does not always match the control name.
What I am looking for, however, is a way to do this without a control. If anyone has any suggestions, I would appreciate it.
Unlike what the last person said,
Code:
Set m_ABC = m_frm.Controls.Add("ABCAX.ABCViewerAXCtl.1", "ABCControl")
Code:
VB.Licenses.Add "ABCAX.ABCViewerAXCtl.1"
What I am looking for, however, is a way to do this without a control. If anyone has any suggestions, I would appreciate it.