Creating the Note Naming Convention - Day 4 - Part 4

Now that we have and can create files with the naming convention, we want to retrieve the names of the files, parse their contents, and display them in a ListBox. In this video, Bob shows how to use the DataTemplate to display both the note's location and date in the ListBox using a HyperlinkButton and a TextBlock.
Download the source code in c#
Download the source code in VB.Net