Click here to Skip to main content
15,884,473 members
Articles / Desktop Programming / Windows Forms

Vista Style Address Bar for .NET 2.0/WinForms

Rate me:
Please Sign up or sign in to vote.
4.77/5 (12 votes)
10 Apr 2010CPOL2 min read 71K   2.4K   83  
WinForms version of the Vista style address bar that can be extended to support more than just browsing the file system.
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type='text/xsl' href='_UpgradeReport_Files/UpgradeReport.xslt'?><UpgradeLog>
<Properties><Property Name="Solution" Value="AddressBarExt">
</Property><Property Name="Solution File" Value="C:\Users\SamBell\Desktop\AddressBarExt\AddressBarEx\AddressBarExt.sln">
</Property><Property Name="User Options File" Value="C:\Users\SamBell\Desktop\AddressBarExt\AddressBarEx\AddressBarExt.suo">
</Property><Property Name="Date" Value="19 December 2009">
</Property><Property Name="Time" Value="23:49">
</Property></Properties><Event ErrorLevel="0" Project="" Source="AddressBarExt.sln" Description="File successfully backed up as C:\Users\SamBell\Desktop\AddressBarExt\AddressBarEx\Backup\AddressBarExt.sln">
</Event><Event ErrorLevel="0" Project="" Source="AddressBarExt.suo" Description="File successfully backed up as C:\Users\SamBell\Desktop\AddressBarExt\AddressBarEx\Backup\AddressBarExt.suo">
</Event><Event ErrorLevel="0" Project="AddressBarExt" Source="AddressBarExt.csproj" Description="Project file successfully backed up as C:\Users\SamBell\Desktop\AddressBarExt\AddressBarEx\Backup\AddressBarExt.csproj">
</Event><Event ErrorLevel="0" Project="AddressBarExt" Source="AddressBarExt.csproj.user" Description="Project user file successfully backed up as C:\Users\SamBell\Desktop\AddressBarExt\AddressBarEx\Backup\AddressBarExt.csproj.user">
</Event><Event ErrorLevel="0" Project="AddressBarExt" Source="Controls\AddressBarExt.cs" Description="File successfully backed up as C:\Users\SamBell\Desktop\AddressBarExt\AddressBarEx\Backup\Controls\AddressBarExt.cs">
</Event><Event ErrorLevel="0" Project="AddressBarExt" Source="Controls\AddressBarExt.Designer.cs" Description="File successfully backed up as C:\Users\SamBell\Desktop\AddressBarExt\AddressBarEx\Backup\Controls\AddressBarExt.Designer.cs">
</Event><Event ErrorLevel="0" Project="AddressBarExt" Source="Controls\Node\FileSystemNode.cs" Description="File successfully backed up as C:\Users\SamBell\Desktop\AddressBarExt\AddressBarEx\Backup\Controls\Node\FileSystemNode.cs">
</Event><Event ErrorLevel="0" Project="AddressBarExt" Source="Controls\Node\Interface\IAddressNode.cs" Description="File successfully backed up as C:\Users\SamBell\Desktop\AddressBarExt\AddressBarEx\Backup\Controls\Node\Interface\IAddressNode.cs">
</Event><Event ErrorLevel="0" Project="AddressBarExt" Source="Form1.cs" Description="File successfully backed up as C:\Users\SamBell\Desktop\AddressBarExt\AddressBarEx\Backup\Form1.cs">
</Event><Event ErrorLevel="0" Project="AddressBarExt" Source="Form1.Designer.cs" Description="File successfully backed up as C:\Users\SamBell\Desktop\AddressBarExt\AddressBarEx\Backup\Form1.Designer.cs">
</Event><Event ErrorLevel="0" Project="AddressBarExt" Source="Program.cs" Description="File successfully backed up as C:\Users\SamBell\Desktop\AddressBarExt\AddressBarEx\Backup\Program.cs">
</Event><Event ErrorLevel="0" Project="AddressBarExt" Source="Properties\AssemblyInfo.cs" Description="File successfully backed up as C:\Users\SamBell\Desktop\AddressBarExt\AddressBarEx\Backup\Properties\AssemblyInfo.cs">
</Event><Event ErrorLevel="0" Project="AddressBarExt" Source="Properties\Resources.Designer.cs" Description="File successfully backed up as C:\Users\SamBell\Desktop\AddressBarExt\AddressBarEx\Backup\Properties\Resources.Designer.cs">
</Event><Event ErrorLevel="0" Project="AddressBarExt" Source="Properties\Settings.Designer.cs" Description="File successfully backed up as C:\Users\SamBell\Desktop\AddressBarExt\AddressBarEx\Backup\Properties\Settings.Designer.cs">
</Event><Event ErrorLevel="0" Project="AddressBarExt" Source="Properties\Settings.settings" Description="File successfully backed up as C:\Users\SamBell\Desktop\AddressBarExt\AddressBarEx\Backup\Properties\Settings.settings">
</Event><Event ErrorLevel="0" Project="AddressBarExt" Source="GRSD_LowCompat.ico" Description="File successfully backed up as C:\Users\SamBell\Desktop\AddressBarExt\AddressBarEx\Backup\GRSD_LowCompat.ico">
</Event><Event ErrorLevel="0" Project="AddressBarExt" Source="Controls\AddressBarExt.resx" Description="File successfully backed up as C:\Users\SamBell\Desktop\AddressBarExt\AddressBarEx\Backup\Controls\AddressBarExt.resx">
</Event><Event ErrorLevel="0" Project="AddressBarExt" Source="Form1.resx" Description="File successfully backed up as C:\Users\SamBell\Desktop\AddressBarExt\AddressBarEx\Backup\Form1.resx">
</Event><Event ErrorLevel="0" Project="AddressBarExt" Source="Properties\Resources.resx" Description="File successfully backed up as C:\Users\SamBell\Desktop\AddressBarExt\AddressBarEx\Backup\Properties\Resources.resx">
</Event><Event ErrorLevel="0" Project="AddressBarExt" Source="AddressBarExt.csproj" Description="The project file does not require conversion.">
</Event><Event ErrorLevel="3" Project="AddressBarExt" Source="AddressBarExt.csproj" Description="No Conversion Required">
</Event><Event ErrorLevel="0" Project="" Source="AddressBarExt.sln" Description="Solution converted successfully">
</Event><Event ErrorLevel="3" Project="" Source="AddressBarExt.sln" Description="Converted">
</Event></UpgradeLog>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



Comments and Discussions