Just looking to see if anybody would like to take a look at a little application I made just to view log files. It's nothing that hasn't already been done and probably has been done better, but this was a practical application that I could use and learn from. I tried to used guidelines from 'Clean Code' book. I haven't done much with error handling yet, but take a look at the source code and see what you think as far as the structure of my code. Comment on what looks good and what looks like bad code. I'm looking to learn from this so I'm open to criticism!

In the project all code is in these files:
LogViewFrm.vb (Main)
FileTab.vb
BrowseFrm.vb
Options.vb
SharedMods.vb

Here is the application, I think you can get to it from here..
https://github.com/zachjohnson454/LogViewer


Thanks!