HTML parsing of VBForums threads (w/vBulletin v4.2.2) using basic Split and Replace methods.
v2.01 - Updated demo using a Listview, added ThreadLocked property, testing on vBulletin v4.2.2.
v1.06 - Use HttpUtility.HtmlDecode to convert html symbols, update text splitting func.
v1.05 - Fix: Launching a "Last Post" URL forced a forum log out.
v1.04 - Add/parse the "Go To Last Post" URL.
v1.03 - Fix date/time of last reply for vBulletin v4.2.0.
v1.02 - Add date-time for thread starter + minor changes.
v1.01 - Fix parsing date-time for last reply.