Internet Web Browser in Visual Basic 2010

Visual Basic 2010 web browser sample on how to navigate site using vb and extract the HTML code. This application demonstrate on how to use the following command WebBrowser1.Navigate, WebBrowser1.CanGoBack, WebBrowser1.CanGoForward, WebBrowser1.IsBusy, WebBrowser1.Refresh, WebBrowser1.Document.Body.InnerHtml. Download Project

 

 

 

 

Screenshot

Visual Basic .Net – LINQ Query Samples – Projection Operators

Visual Basic .Net sample on LINQ query Projection Operators. Including the Select (Simple), Select (Transformation), Select (Anonymous) , Select (Indexed), Select (Filtered), SelectMany (Compound from 1 to 3), SelectMany (from Assignment), SelectMany (Multiple from), and SelectMany (Indexed). Download Code

 

Visual Basic .Net – LINQ Query Samples – Partitioning Operators

Visual Basic .Net LINQ query sample on Partitioning Operators. Sample code of Take (Simple),  Take (Nested), Skip (Simple), Skip (Nested), TakeWhile (Simple), TakeWhile (Indexed), SkipWhile (Simple) and SkipWhile (Indexed). Download Code

Visual Basic .Net – LINQ Query Samples – Ordering Operators

Visual Basic .Net sample on how to use the LINQ query using the Order By, Order By Descending, ThenBy and Reverse.Download Code

 

Visual Basic .Net – LINQ Query Samples Date, System Diagnostics, Command Line Argument

Visual Basic .Net  LINQ Query Samples on Date, System Diagnostics, Command Line Argument, Registry, Recent Document History and IE favorites. Download Code