anand Posted January 31, 2003 Posted January 31, 2003 Hi friends i am learing vb now...i have a small doubt ..i want to know how to create a distributed Component??pls give me a idea what steps i have to follow.. Thank you satya Quote Satya
*Experts* Nerseus Posted January 31, 2003 *Experts* Posted January 31, 2003 If you're learning VB, I'd suggest not worrying about COM or DCOM. VB.NET doesn't really do COM anymore (not without writing wrappers to make your .NET objects into COM objects) and you *really* don't to worry about DCOM. What exactly are you trying to accomplish? Are you an experience programmer that's learning .NET or is this your first language? -nerseus Quote "I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
anand Posted January 31, 2003 Author Posted January 31, 2003 Hi Nerseus I loose an interview just now bcz i dont know the answer for that question...atleast i want to know abt that now??i want to know how to create a COM component in .net also....pls give me a idea how to distribute my COM Component ..and tell me how to create a COM component in .net??? Lot of thanks if anybody send me answer for this doubt Satya Quote Satya
*Gurus* divil Posted February 1, 2003 *Gurus* Posted February 1, 2003 The documentation has samples for creating COM objects, and there are lots of examples and tutorials online too. It's not something which anyone would _want_ to do, but a lot of the time you have to. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
Recommended Posts