| Message |
I have a ComboBox on a form, implementing iCommand & iToolControl.
In a second class within this vb.net project, I have a tool for MouseDown edits, implementing iCommand & iTool.
Though this builds OK, I can neither add to the named Customization Category, nor can I load the generated dll/tlb file.
Can anyone please advise:
1) Should I implement iCommand in both classes?
2) Should the second class be a COM class?
For the record, I've had each working thro separate DLLs linked with iToolbarControlDef -- but was unable to pass info between them! (ref: 'Accessing a ToolControl from iTool', at http://forums.esri.com/Thread.asp?c=93&f=993&t=169922#500587).
Suggestions would be really appreciated,
Fred
|