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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is creation of ActiveXDLL in VC++ possible?

Status
Not open for further replies.

svmallee

Programmer
Joined
Oct 13, 2003
Messages
1
Location
IN
Hello all,
I have created an ActiveXDLL in VB and used it in external VB and Java applications.It is said that activexdll can be created in VB and exported to a VC++ DLL.So my questions are
1)whether it is possible to create an activexdll in vc++ itself?
2)what is the difference between an activexdll and a vc++ dll created with or without MFC?

Please help me.I need a reply at the earliest possible.
ThankYou,
Malleeshwari.
 
1) Use VC++ Assistant : menu New-> page Projects -> ActiveX. There are a lot of samples on MSDN, Codeguru etc.
2) You can use VB ActiveX in MFC - Project and MFC ActixeX in VB project.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top