views:

62

answers:

1

I am seeking a, preferably free, crumb-bar control for my app. For those that do now know what it is, it is the address bar on the top of explorer:

crumb bar

If anyone knows of any free or paid control libraries that have this, please answer.

A: 

You might want to create your own control that would do the same (given that you pass a correct file path that can be divided in folders).

There is a MSDN Magazine article here that shows how to implement a breadcrumb control.

Even though you are using C#, it'll be fairly easy to convert the VB.NET code in the article to C#.

Dennis Delimarsky
That's not entirely how I want it to look. I also want it to be editable, like how you can edit the address in explorer. Thanks, though.
Eaton