Write the steps in Creating ActiveX Dll and Active Exe?

Showing Answers 1 - 1 of 1 Answers

lalita.p

  • May 27th, 2007
 


Step to Create ActiveX DLL/EXE

Start-Visual Basic-select ACtiveDLL in New Project-
in ClassModule write any function
Run the DLL
Choose wait for component created
Click OK.

Go to File
click on Make project DLL
save the DLL

Now IMP point
register the component
you can use Package and deployment wizard
or

goto command prompt and
 
regsvr32.exe -DLLname

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions