Want to know how 2 create Activex dll in VB

Asked By 20 points N/A Posted on -
qa-featured

Dear,

I am a windows 7 user. I'm quite new to visual basic. I would like to know how 2 create Activex dll in VB. I have no idea about it as I have said that I'm a novice to visual basic. Please help me with details. 

Thanks

SHARE
Answered By 0 points N/A #140805

Want to know how 2 create Activex dll in VB

qa-featured

Hello Frank,

VB is a good programming to start with. You took a good decision to start with VB. Reuse of code is the main thing of OOP as you know. ActiveX DLLS works by calling methods. It’s looks like a block and the main program calls it when needed. Please follow the steps below to create an ActiveX:

· Select ActiveX Exe when you are starting a new project.

· Change the project name to a useful one.

· Write down the code.

· Execute the program.

If you don’t have any code then please try to follow this site:

http://www.e-booksdirectory.com/listing.php?category=304

You’d find several books on VB and choose any one you like.

Good Luck.

Related Questions