
Signature
Best regards,
Carlos J. Quintero
MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com
Hey Carlos,
I can explain exactly what I want. Within a project that uses a MVC
framework I'd like to relate all views within a controller:
HomeController
. index
. about
AccountController
. create
. update
The thing is that these files already exist within the project, I need to
create a link to them. A common structure is
Project
+ Controllers
. HomeController
. AccountController
+ Models
+ Views
+ home
. index
. about
+ account
. create
. update
So in the end I'd like that my solution explore expose something like:
Project
+ Controllers
+ HomeController
. index
. about
+ AccountController
. create
. update
+ Models
+ Views
+ home
. index
. about
+ account
. create
. update
I wonder if this should be done through ProjectItems or UIHierarchyItem
objects, though. What do you think?
> Hi hammett.,
>
[quoted text clipped - 18 lines]
>> TIA,
>> hammett
Carlos J. Quintero [VB MVP] - 31 Oct 2005 10:18 GMT
> I wonder if this should be done through ProjectItems or UIHierarchyItem
> objects, though. What do you think?
Try with ProjectItems, which is more specific to the Solution Explorer.
UIHierarchyItem is more generic for windows with treeviews (Solution
Explorer, Server Explorer, Macros Explorer, etc.)

Signature
Best regards,
Carlos J. Quintero
MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com