Click to See Complete Forum and Search --> : Com Categories?
tumblingdown
Jan 31st, 2001, 09:23 AM
Anybody have an idea how to achieve/use these?
td.
Bill Crawley
Jan 31st, 2001, 09:28 AM
Not sure what you mean here, You can put COM components into an MTS Package. Which would be a similar concept to a category.
tumblingdown
Feb 1st, 2001, 12:42 AM
HKCR\CLSID\{XXXX-128BIT GUIDS-XXX}\Implemented Categories\
In c++, com understands the concept of categories. The question is, is there any way for vb to plug into that mechanism (maybe plugging into the rot table...).
td.
tumblingdown
Feb 3rd, 2001, 02:09 AM
Anyone?
td.
tumblingdown
Feb 8th, 2001, 03:30 AM
Still no ideas on this one?
td.
Mongo
Feb 14th, 2001, 03:28 PM
I've not had need or reason to slice and dice scum or spam via code to the RegDb for COM+, as the MMC catalog manager/com services admin tools have thus far served my needs. But since no one else has yet taken a shot, I'll adds my free two bits (read, if you don't like the suggestions, ask for a full refund)...
ATL comes to mind first. Would the simplest way be to add the extra keys and values with a registry script (.rgs) file generated by the ATL Object Wizard? Maybe that's to C++...
That not seeming reasonable, the articles at http://local.15seconds.com/Issue/010212.htm
and http://local.15seconds.com/Issue/991118.htm might have a few good ideas to help you.
tumblingdown
Feb 15th, 2001, 01:26 AM
I see where you're coming from, but this is not com+.
You're right about the .rgs business, but that is the whole issue we're trying to avoid.
We have a bunch of ATL components that under stand categories (i think code runs in the atl component during registration process) and also a bunch of vb components. At the moment we have to install the vb categories by hand (or a script), but when the guid's change etc, it's a pain.
So i suppose the question should be, is there any way to run some code when you regsvr32 or /regserver ?
I doubt it, but you never know.
td.
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.