Hi!
I developed the 'Version Control Form' (see article ), and I'm trying to develop an OCX control with the same behaviour.
I inserted the form into the control project, and while running the group (i.e. control + test project) everything seems to work right, but as soon as I compile the OCX and include into a different project, when i execute the method:
Code:Public Sub ShowWindow()
Load frmVersion
frmVersion.Show vbModal, UserControl.Parent
End Sub
VB throws an error about interaction not allowed between compiled components and design time components.
Can anyone help me?
Thanks,
Ivan
No one has replied yet! Why not be the first?
Sign in or Join us (it's free).