Adam Theo wrote: > However, the #1 requirement is that components can be > programmed in VB. Is this possible? How easy is it to use VB to build > XPCOM components? If not yet possible, how easy would it be to build > that support into it?
Possible, yes but not very practical. IMHO, you will be best to stick to using MSCOM for VB work and not XPCOM. In MSCOM, your components would be scriptable/accessible from VBScript and JScript but you would not be able to create a component using VBScript or JScript (VB yes). > Thanks all. Hopefully this means XPCOM will have another > implimentation soon. XPCOM permits creating a component using JavaScript so that would be the most likely route to pursue if you were wanting to use a relatively lightweight scripting language (as opposed to C/C++). I think mozdev.org has a jabber client written as a XUL/XPCOM component listed. -rick
