sir
how can develope a COM program using VB
Printable View
sir
how can develope a COM program using VB
If you compile a program in VB5+ you are using COM.
hi
a com is defiend as componet object model which indepent of any language.
form vb you can make using class file and decalre ther the method and function
then compile this class usinf activex dll project.
after that u make dll
then add in to the reference in to vb.
and make a new object then u can use th ecom object
Biswajit das