BlackKnight
Programmer
Hi,
I have a form in an ActiveX DLL project and a form in a standard EXE project. Is there a difference in any way between the two in making the form visible?
In a standard EXE I would use: form1.show
In an ActiveX DLL I would have a class' method to show the form.
The reason I ask is aside from the way it is called I see no difference in the two but someone has been stating that they are quite different. Thanx in advance.
Have a good one!
BK
I have a form in an ActiveX DLL project and a form in a standard EXE project. Is there a difference in any way between the two in making the form visible?
In a standard EXE I would use: form1.show
In an ActiveX DLL I would have a class' method to show the form.
The reason I ask is aside from the way it is called I see no difference in the two but someone has been stating that they are quite different. Thanx in advance.
Have a good one!
BK