Fix final 18 broken links manually

This commit is contained in:
Jarvis Prime
2026-03-24 17:08:16 +00:00
parent 7cf46367aa
commit c4f02ab884
91 changed files with 2550 additions and 2550 deletions

View File

@@ -75,7 +75,7 @@ img.emoji {
<div class="entry"> <div class="entry">
<p>Another minor release with many fixes and some new features.</p> <p>Another minor release with many fixes and some new features.</p>
<p>See <strong><a href="/better-listview/releases%3Fsince=1.52">what&#8217;s new in Better ListView 1.52.</a></strong></p> <p>See <strong><a href="/better-listview/releases">what&#8217;s new in Better ListView 1.52.</a></strong></p>
<p><strong><a href="/betterlistview.exe">Download</a></strong> the new version.</p> <p><strong><a href="/betterlistview.exe">Download</a></strong> the new version.</p>
<p>We are still working on the new major features (Item hierarchy, groups) as described <strong><a href="2011/02/what-we-are-working-on-groups-item-hierarchy-support/index.html">here</a></strong>. These new features are near completion.</p> <p>We are still working on the new major features (Item hierarchy, groups) as described <strong><a href="2011/02/what-we-are-working-on-groups-item-hierarchy-support/index.html">here</a></strong>. These new features are near completion.</p>

View File

@@ -74,7 +74,7 @@ img.emoji {
Blog Post by Libor Tinka published on Tuesday, 09 August 2011 in <a href="category/better-listview/index.html" rel="category tag">Better ListView</a>, <a href="category/components/index.html" rel="category tag">Components</a> </p> Blog Post by Libor Tinka published on Tuesday, 09 August 2011 in <a href="category/better-listview/index.html" rel="category tag">Better ListView</a>, <a href="category/components/index.html" rel="category tag">Components</a> </p>
<div class="entry"> <div class="entry">
<p>In <a href="/better-listview/releases%3Fsince=2.0.2">release 2.0.2</a> we added a sample demonstrating how <a href="/betterlistview.exe">Better ListView</a> can be used to construct folder tree and file browser to make a standalone file explorer:</p> <p>In <a href="/better-listview/releases">release 2.0.2</a> we added a sample demonstrating how <a href="/betterlistview.exe">Better ListView</a> can be used to construct folder tree and file browser to make a standalone file explorer:</p>
<p><img class="aligncenter" src="wp-content/uploads/2011/08/blv-fileexplorersample.png" alt="File Explorer Sample" width="480" height="314" align="middle" /></p> <p><img class="aligncenter" src="wp-content/uploads/2011/08/blv-fileexplorersample.png" alt="File Explorer Sample" width="480" height="314" align="middle" /></p>
<p>There are two controls derived from <a href="/betterlistview.exe">BetterListView</a>. One for the navigation pane (folder tree on left side) and one for the file view (on the right side).</p> <p>There are two controls derived from <a href="/betterlistview.exe">BetterListView</a>. One for the navigation pane (folder tree on left side) and one for the file view (on the right side).</p>
<p>The <strong>FolderListView</strong> control allows browsing through virtual folders as well as folders on removable drives. We needed this control in our products because .NET does not provide any similar managed control (there is only FolderBrowserDialog, but we actually need a control).</p> <p>The <strong>FolderListView</strong> control allows browsing through virtual folders as well as folders on removable drives. We needed this control in our products because .NET does not provide any similar managed control (there is only FolderBrowserDialog, but we actually need a control).</p>