Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

A Form in an ActiveX DLL or in a Standard EXE

Status
Not open for further replies.

BlackKnight

Programmer
Oct 18, 2000
348
US
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
 
It usually is not advisable (From what I've been told and read) to put forms in a DLL, If you need to use a form then use an ActiveX EXE instead.
 
Hi,

Ok...I'll bite why isn't it advisable to put a form in a DLL?

Have a good one!
BK
 
Hi,

Juga: Thx for the link it may help someone who doesn't know how to open a form in a VB6 ActiveX DLL. I was hoping that Zarkon4 or yourself would answer my previous question even if it is 3 months old. <g>

Have a good one!
BK
 
I've been putting forms in ActiveX DLLs for ages. I can have had no adverse problems in all the time I have been doing this. I generally use this technique when I am developing VBA applications, behind an ERP software package, that require me to show and use forms. I have never heard of, nor have I experienced, any problems with this technique.

stravis
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top